*** kapip has joined #buildstream | 00:45 | |
*** kapip has quit IRC | 05:45 | |
*** tristan has quit IRC | 06:54 | |
*** tristan has joined #buildstream | 07:21 | |
*** bochecha has joined #buildstream | 07:39 | |
*** rdale has quit IRC | 08:33 | |
*** rdale has joined #buildstream | 08:48 | |
*** raoul has joined #buildstream | 09:00 | |
*** phildawson has joined #buildstream | 09:11 | |
*** jonathanmaw has joined #buildstream | 09:12 | |
gitlab-br-bot | jjardon opened issue #1035 (overnigth test are failing: failed to import ostree plugin) on buildstream https://gitlab.com/BuildStream/buildstream/issues/1035 | 09:16 |
---|---|---|
*** tpollard has joined #buildstream | 09:22 | |
gitlab-br-bot | jennis opened MR !1360 (jennis/fix_overnight_tests->master: .gitlab-ci.yml: Install pygobject for the nightly tests) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1360 | 09:32 |
Kinnison | From a brief rummage I'd say "yes" but it's possible somewhere we cache the full file in RAM first | 09:33 |
*** rdale has quit IRC | 09:33 | |
jennis | jjardon, it looks like !1360 fixes your issue, do you agree? | 09:34 |
jjardon | jennis: maybe, have you tested it? not sure if pygobject and the gobject instropection bindings for ostree in debian can be installed in that way | 09:35 |
gitlab-br-bot | phildawson approved MR !1360 (jennis/fix_overnight_tests->master: .gitlab-ci.yml: Install pygobject for the nightly tests) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1360 | 09:35 |
jennis | I tested it locally | 09:35 |
jennis | jjardon, I created a fresh venv and tried `import gi`, it failed, then install pyobject with pip and I could `import gi` | 09:36 |
phildawson | jennis, you just beat me to it :P | 09:36 |
jennis | hehe | 09:37 |
jjardon | jennis: sure, but does the ostree gi bindings work? | 09:37 |
jennis | I wasn't sure of an easy way to test the overnight tests | 09:37 |
jjardon | jennis: you can use the CI; simply remove the "only: - schedules" in the job so It will run when you push | 09:38 |
jjardon | (only for testing, of course) | 09:39 |
jennis | jjardon, ahh thanks, I'll try that now and let you know | 09:39 |
jjardon | jennis: cool; I'm trying another approach as well but I'm about to take a plane so go ahead with yours if it works | 09:40 |
jennis | jjardon, will do :) I've just pushed the branch | 09:42 |
*** lachlan has joined #buildstream | 09:43 | |
*** phildawson has quit IRC | 09:44 | |
*** phildawson has joined #buildstream | 09:45 | |
*** rdale has joined #buildstream | 09:54 | |
*** phildawson has quit IRC | 09:56 | |
*** phildawson has joined #buildstream | 09:56 | |
*** tristan has quit IRC | 10:00 | |
*** tristan has joined #buildstream | 10:04 | |
*** tristan has quit IRC | 10:22 | |
*** tristan has joined #buildstream | 10:33 | |
*** bochecha_ has joined #buildstream | 11:01 | |
*** bochecha has quit IRC | 11:03 | |
*** bochecha_ is now known as bochecha | 11:03 | |
*** raoul has quit IRC | 11:03 | |
*** raoul has joined #buildstream | 11:05 | |
*** lachlan has quit IRC | 11:09 | |
*** lachlan has joined #buildstream | 11:16 | |
jennis | jjardon, the freedesktop commit you're using does not declare ostree as a source plugin in it's project.conf | 11:45 |
jennis | That needs to also be fixed | 11:45 |
*** bochecha_ has joined #buildstream | 11:53 | |
*** bochecha has quit IRC | 11:55 | |
*** bochecha_ is now known as bochecha | 11:55 | |
*** raoul has quit IRC | 12:04 | |
*** raoul has joined #buildstream | 12:05 | |
*** tpollard has quit IRC | 12:10 | |
*** lachlan has quit IRC | 13:15 | |
jennis | raoul, juergbi, any idea about: "Failed to pull artifact: Method not found!" ? | 13:22 |
raoul | that'll probably be you using newer buildstream with an older artifact server | 13:22 |
raoul | the methods have changed so it wont be finding them with the old server | 13:23 |
*** lachlan has joined #buildstream | 13:23 | |
*** lachlan has quit IRC | 13:31 | |
jennis | raoul, yeah I thought it'd be this | 13:37 |
raoul | just seen there's #1025 to clear this up a bit, which I'll probably work on shortly | 13:37 |
gitlab-br-bot | Issue #1025: AaaP follow-up: Handling of legacy remotes & CAS/Artifact services https://gitlab.com/BuildStream/buildstream/issues/1025 | 13:37 |
jennis | For context: https://gitlab.com/BuildStream/buildstream/-/jobs/220706389 and https://gitlab.com/BuildStream/buildstream/merge_requests/1360 | 13:38 |
raoul | Ah yeah that isn't gonna work until the freedesktop caches are upgraded | 13:41 |
raoul | which I guess cause they're using 1.2 isn't gonna happen for a while | 13:41 |
jennis | Ok cool, maybe it'll be worth us provisioning a separate cache for our overnight tests, I'm not sure | 13:47 |
*** phildawson_ has joined #buildstream | 14:00 | |
*** phildawson has quit IRC | 14:01 | |
*** phildawson_ has quit IRC | 14:46 | |
*** phildawson_ has joined #buildstream | 14:48 | |
*** toscalix has joined #buildstream | 15:21 | |
*** lachlan has joined #buildstream | 15:46 | |
*** lachlan has quit IRC | 15:55 | |
*** lachlan has joined #buildstream | 16:11 | |
gitlab-br-bot | phildawson opened issue #1036 (Run UI in a seperatate process to the scheduler.) on buildstream https://gitlab.com/BuildStream/buildstream/issues/1036 | 16:18 |
*** bochecha has quit IRC | 16:30 | |
gitlab-br-bot | jonathanmaw closed MR !1323 (shared/split_out_update_state_3->master: Delegate cache key calculation to CacheKeyController objects) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1323 | 16:35 |
*** lachlan has quit IRC | 16:41 | |
*** xjuan has joined #buildstream | 16:47 | |
xjuan | hello guys | 16:48 |
xjuan | I am trying to test a modification in webkit using bst and gnome-build-meta | 16:48 |
xjuan | I just finished builinf webkitGtk.bst | 16:49 |
xjuan | how do I generate a flatpak sdk from that? | 16:49 |
*** phil has joined #buildstream | 17:02 | |
*** phildawson_ has quit IRC | 17:03 | |
*** lachlan has joined #buildstream | 17:10 | |
*** raoul has quit IRC | 17:27 | |
*** jonathanmaw has quit IRC | 17:31 | |
*** lachlan has quit IRC | 17:35 | |
*** ChanServ sets mode: +o tristan | 17:44 | |
tristan | xjuan, !!!!! | 17:44 |
tristan | Haha its late at night here... | 17:45 |
xjuan | hehe hey | 17:45 |
tristan | xjuan, So for this late hour, I could point you to https://valentindavid.com/posts/2019-03-27-freedesktop-sdk-snap/ | 17:46 |
xjuan | well I found the build directory | 17:46 |
xjuan | ok thanks | 17:46 |
xjuan | nice! | 17:46 |
tristan | the flatpak generation plugins live in bst-external | 17:46 |
tristan | and mostly we develop that in #freedesktop-sdk on freenode | 17:46 |
tristan | a project where we create the base runtimes for flatpak | 17:47 |
xjuan | ohh right I just saw the elements/flatpak directory in gnome-build-meta | 17:49 |
xjuan | :D | 17:49 |
tristan | right, I suppose that we don't generate flatpaks there, but we generate the GNOME runtime/sdk there | 17:50 |
tristan | but we're working on generating flatpaks more conveniently and streamlined | 17:51 |
* tristan just landed https://github.com/ostreedev/ostree/pull/1862 today which should be a step towards having `bst checkout --tar | flatpak-something-or-other` to avoid a needless double I/O pass to get a build installed into flatpak | 17:52 | |
xjuan | right, that will be great | 17:58 |
xjuan | btw omg webkit shared object is 2GB! | 17:58 |
*** phil has quit IRC | 18:06 | |
*** xjuan has quit IRC | 18:19 | |
*** xjuan has joined #buildstream | 18:20 | |
*** xjuan has quit IRC | 18:23 | |
*** toscalix has quit IRC | 18:25 | |
*** slaf_ has joined #buildstream | 18:25 | |
*** slaf_ has joined #buildstream | 18:25 | |
*** slaf has quit IRC | 18:27 | |
*** slaf_ is now known as slaf | 18:27 | |
*** dftxbs3e has joined #buildstream | 18:29 | |
*** alatiera has joined #buildstream | 19:18 | |
*** kapip has joined #buildstream | 22:29 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!