ci: Save ABI needs to run as root
It's modifying the base image Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9382>
This commit is contained in:
parent
911fb66ce0
commit
1358e00083
@ -8,6 +8,6 @@ install_prefix=/tmp/install
|
||||
MESON_ARGS="${meson_args} --prefix ${install_prefix} --optimization=g" ./ci/scripts/build.sh build/
|
||||
ninja -C build/ install
|
||||
|
||||
find ${install_prefix}/lib64 -type f -iname *libgst*.so.* -print0 | xargs -0 -I '{}' bash ./ci/scripts/save-abi.sh {} ${ABI_CHECK_CACHE} ${install_prefix}/include/gstreamer-1.0
|
||||
find ${install_prefix}/lib64 -type f -iname *libgst*.so.* -print0 | sudo xargs -0 -I '{}' bash ./ci/scripts/save-abi.sh {} ${ABI_CHECK_CACHE} ${install_prefix}/include/gstreamer-1.0
|
||||
|
||||
rm -rf $install_prefix
|
||||
|
Loading…
x
Reference in New Issue
Block a user