-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jhbuild: Backport webrtc patches from GStreamer main branch #46
Conversation
Thanks @philn ! In the meanwhile we upgraded to gst 1.26. -- are those patches still relevant? |
You upgraded to 1.24.8 which doesn't ship these patches. |
Oops - misremembered 😂 thanks for the clarification. |
873179b
to
62ad6c5
Compare
Error: identifier is not a container: preparing container for next step: creating build container: creating container: creating read-write layer with ID "4244d8e8bb5a3d50479680d92c5091a3b8f9d9138a512a124a9f0de95a44c90e": no space left on device |
I will take a look. |
@philn I freed up space in the host. Now it's failing with a different error:
https://github.com/Igalia/webkit-container-sdk/actions/runs/11381867202/job/31672580197?pr=46 |
62ad6c5
to
179db15
Compare
Looks like a new jhbuild bug. |
Related to disk usage, the gst monorepo has a "medias" subproject which is quite big. For our use-case that subproject is useless, can it be ignored during the git clone? |
Indeed, I was hiting the same error on Playwright. I pushed a patch to fix it: What's happening is that recently a patch to skip the The error you're seeing:
happens because Also, there's another bug in JHBuild that have been around for a long time and it's quite annoying. Whenever a module fails due to an error, there's not error message printed out in console. That makes it hard to figure out what has happened when a module fails. I also pushed a patch to fix this issue: cc @TingPing |
Those will not ship until 1.26.
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7156 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7294