Update gitlab-ci pipewire to version 0.3.31
Updating PipeWire to the latest version lets us check that everything
still works well, and shows users that they are able to use it.
[daniels: Updated to 0.3.31, use symbolic ref tags rather than SHAs.
0.3.32 is released, but doesn't build in our Debian
environment; this is fixed upstream but there is no release
for it yet.]
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
This commit is contained in:
committed by
Daniel Stone
parent
a76d2053d0
commit
d6dcd9bcd9
@@ -154,9 +154,8 @@ cd ..
|
||||
rm -rf mesa
|
||||
|
||||
rm -rf pipewire
|
||||
git clone --single-branch --branch master https://gitlab.freedesktop.org/pipewire/pipewire.git pipewire
|
||||
git clone --depth=1 --branch 0.3.31 https://gitlab.freedesktop.org/pipewire/pipewire.git pipewire
|
||||
cd pipewire
|
||||
git checkout -b snapshot db12f47505ddccb257acdc0fa2bb884aceb1b593
|
||||
meson build
|
||||
ninja -C build install
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user