*** palasso has quit IRC | 00:08 | |
*** bochecha has quit IRC | 01:54 | |
*** bochecha has joined #buildstream | 01:54 | |
*** bochecha has quit IRC | 01:58 | |
*** bochecha has joined #buildstream | 01:59 | |
*** juergbi has quit IRC | 02:01 | |
*** juergbi has joined #buildstream | 02:29 | |
*** palasso has joined #buildstream | 05:20 | |
*** anahuelamo has joined #buildstream | 07:52 | |
*** tlater has joined #buildstream | 08:10 | |
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 10 commits (last: widget.py: Replace tail with a python implementation) https://gitlab.com/BuildStream/buildstream/commit/e19d70285680159e2e80c7d5f8ffce74bffe1b42 | 08:42 |
---|---|---|
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 6 commits (last: Implement tarcache) https://gitlab.com/BuildStream/buildstream/commit/14cb44495a6e96242c55598b5530a65020864e3f | 09:03 |
*** bochecha_ has joined #buildstream | 09:08 | |
*** ssam2 has joined #buildstream | 09:08 | |
*** bochecha has quit IRC | 09:10 | |
*** bochecha_ is now known as bochecha | 09:10 | |
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 2 commits (last: element.py: WIP: Change `sh` to `/bin/sh` for solaris compatibility) https://gitlab.com/BuildStream/buildstream/commit/1828af9cbd467c9498c0974d8ad60036a931fb3d | 09:29 |
*** tlater has quit IRC | 10:00 | |
*** tlater has joined #buildstream | 10:13 | |
*** bochecha_ has joined #buildstream | 11:31 | |
*** bochecha has quit IRC | 11:34 | |
*** bochecha_ is now known as bochecha | 11:34 | |
gitlab-br-bot | buildstream: merge request (shorthelp->master: Add '-h' as alias for '--help' on all commands) #76 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/76 | 11:56 |
*** tlater has quit IRC | 13:02 | |
bochecha | juergbi: hi, I don't understand the failure for the pip integration tests, now :-/ | 13:09 |
bochecha | the diff shows the same thing left and right | 13:10 |
bochecha | and the the other error message is a bit confusing | 13:10 |
bochecha | do you have any idea? | 13:10 |
*** tlater has joined #buildstream | 13:14 | |
*** tlater has joined #buildstream | 13:15 | |
*** tlater has left #buildstream | 13:15 | |
*** tlater has joined #buildstream | 13:16 | |
juergbi | bochecha: it's not unified diff, so unusual to read but i think the lines might be in a different row | 13:18 |
juergbi | did it pass locally for you? | 13:18 |
bochecha | it did | 13:19 |
bochecha | and I just moved the file from results/ to expected/ then re-ran the tests again :) | 13:19 |
juergbi | maybe it's locale-specific | 13:19 |
bochecha | hmm | 13:19 |
bochecha | what's the locale on the server? C ? | 13:20 |
juergbi | i.e., we have to use LC_ALL=en_US.UTF-8 or LC_ALL=C in the script to get deterministic results | 13:20 |
juergbi | not sure | 13:20 |
juergbi | i guess it's C that sorts upper case before lower case | 13:23 |
bochecha | oh | 13:24 |
bochecha | I always forget sort is locale-dependent | 13:24 |
bochecha | hmm | 13:24 |
bochecha | I wonder whether Python also is (regarding my pip patch) | 13:24 |
bochecha | right, that's the problem | 13:25 |
bochecha | https://paste.gnome.org/pag8k7wmp | 13:25 |
bochecha | unified diffs would be easier to read, though :P | 13:26 |
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 6 commits (last: Create artifactcache interface) https://gitlab.com/BuildStream/buildstream/commit/8c67c3c2868068a20bfb7a9ec9da446d6ad42c44 | 13:28 |
*** tiagogomes has quit IRC | 13:40 | |
gitlab-br-bot | buildstream: merge request (shorthelp->master: Add '-h' as alias for '--help' on all commands) #76 changed state ("merged"): https://gitlab.com/BuildStream/buildstream/merge_requests/76 | 13:42 |
gitlab-br-bot | push on buildstream@master (by Jürg Billeter): 1 commit (last: Add '-h' as alias for '--help' on all commands) https://gitlab.com/BuildStream/buildstream/commit/745b70b9ce8f145e777134952a07c5e0444326c1 | 13:42 |
juergbi | bochecha: did you forget to update expected? | 13:50 |
bochecha | well, no, I thought I had :-/ | 13:50 |
bochecha | great, I hadn't -_- | 13:51 |
bochecha | oh come on | 13:52 |
bochecha | I had sorted results, and moved that to... results -_- | 13:52 |
bochecha | this week has been too long ^_^ | 13:52 |
juergbi | :) | 13:53 |
*** bochecha_ has joined #buildstream | 14:24 | |
bochecha_ | hurray! | 14:25 |
bochecha_ | thanks juergbi :) | 14:25 |
bochecha_ | that simplifies a bunch of my bst files quite a bit ^_^ | 14:25 |
juergbi | :) thanks | 14:25 |
*** bochecha has quit IRC | 14:26 | |
*** bochecha_ is now known as bochecha | 14:26 | |
bochecha | I wish elements could have post-install-commands as well | 14:29 |
bochecha | is that something which would be accepted? | 14:29 |
juergbi | do you have an example? | 14:30 |
bochecha | I have an element which builds Python | 14:30 |
juergbi | is this so you don't have to override the install commands? | 14:30 |
bochecha | at the end, I'd like to remove the (big) folders containing Python's tests, because I'm never going to need them at runtime | 14:30 |
bochecha | I can override install-commands | 14:31 |
juergbi | actually, are you sure it's not working already? | 14:31 |
juergbi | pre and post are supposed to be supported for all steps | 14:31 |
bochecha | really? | 14:31 |
bochecha | I grepped the buildstream sources for post-install-commands and couldn't find anything | 14:31 |
bochecha | but if it's added generically to all steps... | 14:31 |
juergbi | it's handled generically | 14:31 |
juergbi | In addition to the above command domains, each command list is checked | 14:31 |
juergbi | for a ``pre-`` and ``post-`` command domain. So for instance, an element | 14:31 |
bochecha | huh | 14:32 |
bochecha | somehow I missed that from the docs ^_^ | 14:32 |
*** anahuelamo has quit IRC | 14:47 | |
bochecha | juergbi: just to confirm, post-install-commands works just fine :) | 15:06 |
bochecha | thanks! | 15:06 |
juergbi | great | 15:07 |
*** tlater has quit IRC | 15:08 | |
*** tlater has joined #buildstream | 15:14 | |
*** tlater has quit IRC | 15:53 | |
*** tristan has quit IRC | 16:45 | |
*** tristan has joined #buildstream | 16:50 | |
*** persia has quit IRC | 17:18 | |
*** ssam2 has quit IRC | 17:25 | |
*** bochecha_ has joined #buildstream | 21:00 | |
*** bochecha has quit IRC | 21:02 | |
*** bochecha_ is now known as bochecha | 21:02 | |
*** bochecha has quit IRC | 21:33 | |
*** palasso has quit IRC | 21:34 | |
*** bochecha has joined #buildstream | 21:41 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!