*** brlogger` has joined #baserock | 00:11 | |
*** ironfoot has quit IRC | 00:11 | |
*** ironfoot has joined #baserock | 00:12 | |
*** ChanServ sets mode: +v ironfoot | 00:12 | |
*** cosm has quit IRC | 00:13 | |
*** benbrown_ has quit IRC | 00:13 | |
*** cosm has joined #baserock | 00:13 | |
*** paulsher1ood has joined #baserock | 00:13 | |
*** benbrown_ has joined #baserock | 00:13 | |
*** bjdooks_ has joined #baserock | 00:13 | |
*** edcragg_ has joined #baserock | 00:13 | |
*** JPohlman1 has joined #baserock | 00:13 | |
*** bjdooks has quit IRC | 00:14 | |
*** brlogger has quit IRC | 00:15 | |
*** JPohlmann has quit IRC | 00:15 | |
*** paulsherwood has quit IRC | 00:19 | |
*** edcragg has quit IRC | 00:20 | |
*** inara has quit IRC | 00:23 | |
*** inara has joined #baserock | 00:30 | |
*** gtristan has joined #baserock | 05:06 | |
*** rdale has joined #baserock | 05:55 | |
*** locallycompact has joined #baserock | 07:12 | |
*** locallycompact has joined #baserock | 07:12 | |
*** bruce has joined #baserock | 07:35 | |
*** bruce is now known as Guest74334 | 07:35 | |
*** ssam2 has joined #baserock | 08:30 | |
*** ChanServ sets mode: +v ssam2 | 08:30 | |
*** locallycompact has quit IRC | 08:35 | |
*** jonathanmaw has joined #baserock | 08:50 | |
*** tiagogomes has joined #baserock | 09:11 | |
*** locallycompact has joined #baserock | 09:14 | |
paulsher1ood | benbrown_: have you looked at buildstream lately? i'm wondering if it's yet time to think about moving from ybd | 10:43 |
---|---|---|
paulsher1ood | ssam2: does bst have a kbas yet? | 10:47 |
ssam2 | it's being done as we speak.. not sure if it's merged yet | 10:48 |
benbrown_ | AFAIA there are some issues wrt getting bst running in gitlab runners | 10:48 |
ssam2 | it doesn't use kbas, it uses ssh to access a remote server to upload files | 10:48 |
benbrown_ | I may be wrong, however | 10:48 |
ssam2 | benbrown_, apparently the issue is that it needs a really modern OSTree | 10:48 |
ssam2 | benbrown_, so we just need to produce a Docker image that has a really modern OSTree | 10:48 |
benbrown_ | right | 10:48 |
ssam2 | i might be able to look at that this week, it would be useful if I could start CI of my branch | 10:49 |
benbrown_ | paulsher1ood: For our downstream project however, we'd require support for the building of rpms, which AFAIK bst doesn't currently support | 10:50 |
paulsher1ood | ssam2: any bst plans for rpm output? | 10:51 |
ssam2 | not that I know of | 10:52 |
ssam2 | it's possible, .deb output is going to be a thing as part of some customer work | 10:53 |
gtristan | Not merged yet | 10:53 |
gtristan | Artifact sharing should be merged by end of week, though | 10:53 |
ssam2 | buh, the /usr merge seems to have broken aarch64 | 11:04 |
ssam2 | has anyone tested an armv8l64 Baserock system recently ? | 11:04 |
ironfoot | nope | 11:20 |
ssam2 | something weird going on ... | 11:27 |
ssam2 | $ ls -l /lib | 11:28 |
ssam2 | ld-linux-aarch64.so.1 -> ../tools/lib/ld-linux-aarch64.so.1 | 11:28 |
ssam2 | however /lib is actually a symlink to /usr/lib | 11:28 |
ssam2 | the weird thing is that the command which generates that does `ln -s "/tools/lib/$loader" "/buildstream/install/lib/$loader"` | 11:29 |
ssam2 | I don't see how that can result in a symlink where the target is a relative path | 11:29 |
ironfoot | I guess I'm really rusty about all this, but i don't see any relation there :S | 11:33 |
ironfoot | one place you are looking at /lib the other a /tools/lib, is that correct? | 11:33 |
ssam2 | the file actually exists in /tools/lib | 11:34 |
ssam2 | so if /lib were really /lib the relative symlink would be OK | 11:34 |
ssam2 | but /lib is a symlink to /usr/lib and I think that breaks the relative path | 11:35 |
ssam2 | because /usr/tools/lib is nothing | 11:35 |
ssam2 | when I run the same `ln` command myself, it creates an absolute symlink ! | 11:38 |
ssam2 | ah perhaps the BuildStream artifact cache is the culprit | 11:48 |
ssam2 | so inside OSTree the artifact is OK | 11:53 |
*** gtristan has quit IRC | 11:55 | |
ssam2 | and checking it out of ostree works fine, but using `bst checkout` mangles the symlink. I guess I just need to trace through buildstream to find the issue then :-) | 12:00 |
*** gtristan has joined #baserock | 12:54 | |
*** gtristan has quit IRC | 15:14 | |
*** Guest74334 has quit IRC | 15:49 | |
*** toscalix has joined #baserock | 16:01 | |
ssam2 | http://0pointer.net/blog/casync-a-tool-for-distributing-file-system-images.html looks interesting | 16:32 |
*** jonathanmaw has quit IRC | 17:01 | |
*** ssam2 has quit IRC | 17:08 | |
*** toscalix has quit IRC | 17:29 | |
*** gtristan has joined #baserock | 18:02 | |
gitlab-br-bot | ybd: merge request (benbrown/rpm-chunks->master: Fix rpm generation from chunks) #368 changed state ("opened"): https://gitlab.com/baserock/ybd/merge_requests/368 | 18:07 |
gitlab-br-bot | ybd: merge request (benbrown/rpm-chunks->master: Fix rpm generation from chunks) #368 changed state ("opened"): https://gitlab.com/baserock/ybd/merge_requests/368 | 18:09 |
*** locallycompact has quit IRC | 18:30 | |
gitlab-br-bot | ybd: merge request (benbrown/rpm-chunks->master: Fix rpm generation from chunks) #368 changed state ("opened"): https://gitlab.com/baserock/ybd/merge_requests/368 | 19:06 |
gitlab-br-bot | ybd: merge request (benbrown/rpm-chunks->master: Fix rpm generation from chunks) #368 changed state ("opened"): https://gitlab.com/baserock/ybd/merge_requests/368 | 19:08 |
gitlab-br-bot | ybd: merge request (benbrown/rpm-chunks->master: Fix rpm generation from chunks) #368 changed state ("merged"): https://gitlab.com/baserock/ybd/merge_requests/368 | 19:26 |
*** locallycompact has joined #baserock | 19:52 | |
*** locallycompact has quit IRC | 21:12 | |
*** paulsherwood has joined #baserock | 22:14 | |
*** rdale has quit IRC | 22:14 | |
*** ironfoot has quit IRC | 22:14 | |
*** ironfoot has joined #baserock | 22:15 | |
*** ChanServ sets mode: +v ironfoot | 22:15 | |
*** laurence- has quit IRC | 22:17 | |
*** paulsher1ood has quit IRC | 22:19 | |
*** laurenceurhegyi has joined #baserock | 22:19 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!