*** laurence has quit IRC | 08:33 | |
*** bethw has quit IRC | 08:33 | |
*** jward has quit IRC | 08:33 | |
*** robjh has quit IRC | 08:33 | |
*** benbrown has quit IRC | 08:33 | |
*** flatmush has quit IRC | 08:33 | |
*** gitlab-br-bot has quit IRC | 08:33 | |
*** jward has joined #buildstream | 08:34 | |
*** laurence has joined #buildstream | 08:34 | |
*** gitlab-br-bot has joined #buildstream | 08:34 | |
*** bethw has joined #buildstream | 08:35 | |
*** benbrown has joined #buildstream | 08:35 | |
*** flatmush has joined #buildstream | 08:35 | |
*** robjh has joined #buildstream | 08:35 | |
*** traveltissues has joined #buildstream | 08:37 | |
*** bochecha has joined #buildstream | 08:59 | |
benschubert | jjardon: Congrats! However it seems to not be testing the master version, but the latest published version :/ | 09:32 |
---|---|---|
benschubert | https://gitlab.com/snippets/1935801 mainly | 09:33 |
benschubert | I'd suggest we remove the requirements on BuildStream in the plugin | 09:34 |
benschubert | otherwise we need to switch the order of operations | 09:34 |
benschubert | the bug seesm to come from before though so it's not a regression | 09:36 |
*** santi has joined #buildstream | 09:44 | |
*** jonathanmaw has joined #buildstream | 09:49 | |
*** narispo has quit IRC | 10:25 | |
*** narispo has joined #buildstream | 10:36 | |
*** cs-shadow has joined #buildstream | 10:42 | |
*** narispo has quit IRC | 11:15 | |
*** narispo has joined #buildstream | 11:29 | |
*** mohan43u has quit IRC | 11:43 | |
*** mohan43u has joined #buildstream | 11:46 | |
*** mohan43u has quit IRC | 12:00 | |
*** mohan43u has joined #buildstream | 12:04 | |
*** mohan43u has quit IRC | 12:07 | |
*** mohan43u has joined #buildstream | 12:10 | |
*** narispo has quit IRC | 12:28 | |
*** phildawson has quit IRC | 13:29 | |
*** phildawson has joined #buildstream | 13:31 | |
*** xjuan has joined #buildstream | 13:37 | |
*** xjuan has quit IRC | 13:54 | |
*** phildawson has quit IRC | 14:01 | |
*** phildawson has joined #buildstream | 14:02 | |
*** xjuan has joined #buildstream | 14:16 | |
gitlab-br-bot | juergbi opened MR !1813 (juerg/buildbox->master: .gitlab-ci.yml: Update BuildBox components to 0.0.6) on buildstream https://gitlab.com/BuildStream/buildstream/-/merge_requests/1813 | 14:56 |
gitlab-br-bot | BenjaminSchubert approved MR !1813 (juerg/buildbox->master: .gitlab-ci.yml: Update BuildBox components to 0.0.6) on buildstream https://gitlab.com/BuildStream/buildstream/-/merge_requests/1813 | 14:59 |
benschubert | juergbi: exciting! | 14:59 |
juergbi | :) | 15:00 |
benschubert | Is there anything left for workspaces? | 15:01 |
cs-shadow | incremental builds I'd have thought | 15:03 |
coldtom | hi, do there happen to be docker images with dev snapshots of bst installed? or are there just the nightlies? | 15:23 |
coldtom | aha, the dev-* images are what i'm after | 15:33 |
cs-shadow | coldtom: exactly, I was going to link https://gitlab.com/BuildStream/buildstream-docker-images/blob/master/buildstream/README.md#image-variants. | 15:34 |
cs-shadow | having said that, I don't recall which snapshot they are currently tracking | 15:34 |
coldtom | 1.91.2 by the looks of it | 15:34 |
* coldtom will bump and open an MR | 15:35 | |
cs-shadow | thanks! | 15:35 |
juergbi | benschubert, cs-shadow: incremental workspace build support is very close. it's working locally, will hopefully have an MR up soon | 15:35 |
cs-shadow | that's super awesome! | 15:35 |
coldtom | juergbi: that's incredible \o/ | 15:36 |
*** xjuan has quit IRC | 15:36 | |
juergbi | please note that the initial version will not have the planned CAS directory import optimization, which will be important for large workspaces | 15:37 |
juergbi | however, it should at least restore incremental build support with the CAS workflow, working with buildbox-run (and RE) | 15:37 |
cs-shadow | that's great. I suppose the other main sticking point left after this will be directory mounting business? | 15:38 |
juergbi | cs-shadow: do you mean host-files? | 15:39 |
cs-shadow | yep | 15:40 |
juergbi | should get merged very soon: https://gitlab.com/BuildStream/buildstream/-/merge_requests/1807 | 15:40 |
cs-shadow | oh! somehow missed that one. do you envision any other blockers (except for !1807 + workspace builds) for dropping our own bwrap sandbox in favor for buildbox-run-bwrap? | 15:42 |
gitlab-br-bot | MR !1807: _sandboxbuildboxrun.py: Support host-files https://gitlab.com/BuildStream/buildstream/-/merge_requests/1807 | 15:42 |
juergbi | cs-shadow: one significant aspect that still needs to be resolved is how to handle read-only root with buildbox-run (or whether to switch away from supporting read-only root) | 15:42 |
juergbi | planning to look into this later this week | 15:42 |
juergbi | don't know yet what the best approach is | 15:43 |
juergbi | related buildbox issue: https://gitlab.com/BuildGrid/buildbox/buildbox-fuse/issues/23 | 15:43 |
*** xjuan has joined #buildstream | 15:44 | |
juergbi | there are also some smaller things such as making network sandboxing optional, testing fully featured interactive shell (dev/pts) | 15:44 |
juergbi | and have yet to check the performance. there may be aspects where it's getting slower but there are also low hanging fruits | 15:46 |
juergbi | (and in other aspects it will definitely be faster) | 15:46 |
cs-shadow | i see, thanks for sharing. | 15:47 |
cs-shadow | reg. read-only root, I won't mind moving away from it. Since we are already in a sandbox and if we ensure to not overwrite sources, it's not too bad | 15:47 |
juergbi | yes, with the current bwrap backend read-only root is essential as otherwise we'd have to use pyfuse for everything, and that'd be horribly slow | 15:53 |
benschubert | juergbi: for speed, let me know if/how I can help | 15:53 |
benschubert | *meant performance | 15:53 |
juergbi | with buildbox-fuse there is no longer a performance penalty | 15:53 |
juergbi | ta, will do | 15:53 |
* coldtom likes the read-only root | 15:55 | |
coldtom | it quite often catches bugs where some prefix or config option is incorrect on a build | 15:55 |
juergbi | coldtom: yes, it probably does allow catching some issues a bit earlier | 16:00 |
*** xjuan has quit IRC | 16:49 | |
coldtom | opened https://gitlab.com/BuildStream/buildstream-docker-images/-/merge_requests/157 to get the dev-* docker images up to date (also updating the external plugins) | 16:52 |
benschubert | coldtom: why the build-buildbox changes there? | 16:56 |
coldtom | doesn't 1.93.0 require buildbox-casd? I could only see it being compiled from source there | 16:58 |
gitlab-br-bot | juergbi merged MR !1813 (juerg/buildbox->master: .gitlab-ci.yml: Update BuildBox components to 0.0.6) on buildstream https://gitlab.com/BuildStream/buildstream/-/merge_requests/1813 | 17:08 |
benschubert | coldtom: gah, didn't realize the dev machines were that behind, I was mixing that up with the nightly ones | 17:12 |
benschubert | thanks! | 17:12 |
*** traveltissues has quit IRC | 17:19 | |
*** rdale has joined #buildstream | 17:32 | |
*** xjuan has joined #buildstream | 17:35 | |
*** santi has quit IRC | 18:00 | |
gitlab-br-bot | juergbi merged MR !1801 (juerg/buildbox-run-test->master: tests/integration/interactive_build.py: Relax expect for buildbox-run) on buildstream https://gitlab.com/BuildStream/buildstream/-/merge_requests/1801 | 18:43 |
*** narispo has joined #buildstream | 18:50 | |
*** narispo has quit IRC | 19:25 | |
*** narispo has joined #buildstream | 19:27 | |
*** narispo has quit IRC | 19:41 | |
*** narispo has joined #buildstream | 19:42 | |
gitlab-br-bot | juergbi merged MR !1807 (juerg/buildbox-run-bind-mount->master: _sandboxbuildboxrun.py: Support host-files) on buildstream https://gitlab.com/BuildStream/buildstream/-/merge_requests/1807 | 19:42 |
*** brlogger has joined #buildstream | 19:53 | |
*** mohan43u has joined #buildstream | 19:53 | |
*** coldtom4 has joined #buildstream | 19:54 | |
*** narispo has joined #buildstream | 19:54 | |
*** jonathanmaw has joined #buildstream | 19:54 | |
*** ikerperez has joined #buildstream | 19:54 | |
*** lantw44 has joined #buildstream | 19:54 | |
*** phildawson_ has joined #buildstream | 19:54 | |
*** Trevinho has joined #buildstream | 19:54 | |
*** douglaswinship has joined #buildstream | 19:54 | |
*** milloni has joined #buildstream | 19:54 | |
*** SotK has joined #buildstream | 19:54 | |
*** hergertme has joined #buildstream | 19:54 | |
*** flatmush has joined #buildstream | 19:54 | |
*** jswagner has joined #buildstream | 19:55 | |
*** slaf has joined #buildstream | 19:58 | |
*** juergbi has joined #buildstream | 19:58 | |
*** valentind has joined #buildstream | 19:59 | |
*** laurence has joined #buildstream | 20:01 | |
*** paulsherwood has joined #buildstream | 20:02 | |
*** WSalmon has joined #buildstream | 20:04 | |
*** xjuan has joined #buildstream | 20:07 | |
*** delli3 has joined #buildstream | 20:22 | |
*** cgmcintyre[m] has joined #buildstream | 20:22 | |
*** awacheux[m] has joined #buildstream | 20:22 | |
*** pro[m] has joined #buildstream | 20:22 | |
*** benschubert has joined #buildstream | 20:22 | |
*** tlater[m] has joined #buildstream | 20:22 | |
*** theawless[m] has joined #buildstream | 20:22 | |
*** reuben640[m] has joined #buildstream | 20:22 | |
*** verdre[m] has joined #buildstream | 20:22 | |
*** lchlan has joined #buildstream | 20:22 | |
*** asingh_[m] has joined #buildstream | 20:22 | |
*** jjardon[m] has joined #buildstream | 20:22 | |
*** connorshea[m] has joined #buildstream | 20:22 | |
*** ssssam[m] has joined #buildstream | 20:22 | |
*** ironfoot has joined #buildstream | 20:22 | |
*** skullone[m] has joined #buildstream | 20:22 | |
*** waltervargas[m] has joined #buildstream | 20:22 | |
*** tchaik[m] has joined #buildstream | 20:22 | |
*** rafaelff[m] has joined #buildstream | 20:22 | |
*** mrmcq2u[m] has joined #buildstream | 20:22 | |
*** mattiasb has joined #buildstream | 20:22 | |
*** m_22[m] has joined #buildstream | 20:22 | |
*** krichter[m] has joined #buildstream | 20:22 | |
*** gimpnet-irc[m] has joined #buildstream | 20:22 | |
*** dineshdb[m] has joined #buildstream | 20:22 | |
*** Demos[m] has joined #buildstream | 20:22 | |
*** albfan[m] has joined #buildstream | 20:22 | |
*** abderrahim[m] has joined #buildstream | 20:22 | |
*** irc.acc.umu.se sets mode: +o ironfoot | 20:22 | |
*** delli3 has quit IRC | 20:55 | |
*** cgmcintyre[m] has quit IRC | 20:55 | |
*** awacheux[m] has quit IRC | 20:55 | |
*** pro[m] has quit IRC | 20:55 | |
*** benschubert has quit IRC | 20:55 | |
*** tlater[m] has quit IRC | 20:55 | |
*** theawless[m] has quit IRC | 20:55 | |
*** reuben640[m] has quit IRC | 20:55 | |
*** verdre[m] has quit IRC | 20:55 | |
*** lchlan has quit IRC | 20:55 | |
*** asingh_[m] has quit IRC | 20:55 | |
*** jjardon[m] has quit IRC | 20:55 | |
*** connorshea[m] has quit IRC | 20:55 | |
*** ssssam[m] has quit IRC | 20:55 | |
*** ironfoot has quit IRC | 20:55 | |
*** skullone[m] has quit IRC | 20:55 | |
*** rafaelff[m] has quit IRC | 20:55 | |
*** m_22[m] has quit IRC | 20:55 | |
*** krichter[m] has quit IRC | 20:55 | |
*** dineshdb[m] has quit IRC | 20:55 | |
*** Demos[m] has quit IRC | 20:55 | |
*** waltervargas[m] has quit IRC | 20:55 | |
*** tchaik[m] has quit IRC | 20:55 | |
*** mrmcq2u[m] has quit IRC | 20:55 | |
*** albfan[m] has quit IRC | 20:55 | |
*** gimpnet-irc[m] has quit IRC | 20:56 | |
*** mattiasb has quit IRC | 20:56 | |
*** abderrahim[m] has quit IRC | 20:56 | |
*** jswagner has quit IRC | 20:56 | |
*** coldtom4 has quit IRC | 20:56 | |
*** coldtom4 has joined #buildstream | 20:56 | |
*** jswagner has joined #buildstream | 20:57 | |
*** jonathanmaw has quit IRC | 21:06 | |
*** delli3 has joined #buildstream | 21:21 | |
*** cgmcintyre[m] has joined #buildstream | 21:21 | |
*** awacheux[m] has joined #buildstream | 21:21 | |
*** pro[m] has joined #buildstream | 21:21 | |
*** benschubert has joined #buildstream | 21:21 | |
*** tlater[m] has joined #buildstream | 21:21 | |
*** theawless[m] has joined #buildstream | 21:21 | |
*** reuben640[m] has joined #buildstream | 21:21 | |
*** verdre[m] has joined #buildstream | 21:21 | |
*** lchlan has joined #buildstream | 21:21 | |
*** asingh_[m] has joined #buildstream | 21:21 | |
*** jjardon[m] has joined #buildstream | 21:21 | |
*** connorshea[m] has joined #buildstream | 21:21 | |
*** ssssam[m] has joined #buildstream | 21:21 | |
*** ironfoot has joined #buildstream | 21:21 | |
*** skullone[m] has joined #buildstream | 21:21 | |
*** waltervargas[m] has joined #buildstream | 21:21 | |
*** tchaik[m] has joined #buildstream | 21:21 | |
*** rafaelff[m] has joined #buildstream | 21:21 | |
*** mrmcq2u[m] has joined #buildstream | 21:21 | |
*** mattiasb has joined #buildstream | 21:21 | |
*** m_22[m] has joined #buildstream | 21:21 | |
*** krichter[m] has joined #buildstream | 21:21 | |
*** gimpnet-irc[m] has joined #buildstream | 21:21 | |
*** dineshdb[m] has joined #buildstream | 21:21 | |
*** Demos[m] has joined #buildstream | 21:21 | |
*** albfan[m] has joined #buildstream | 21:21 | |
*** abderrahim[m] has joined #buildstream | 21:21 | |
*** irc.acc.umu.se sets mode: +o ironfoot | 21:21 | |
*** cs-shadow has quit IRC | 21:41 | |
*** xjuan has quit IRC | 22:07 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!