ci: Remove leftover scripts

Both of these have been moved in the main image for a while now

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1733>
This commit is contained in:
Jordan Petridis 2024-08-21 00:24:04 +03:00 committed by GStreamer Marge Bot
parent 982a9a9aea
commit 4f69dcd210
2 changed files with 0 additions and 17 deletions

View file

@ -1,11 +0,0 @@
set -e
RELEASE=1.1.0
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
cd dav1d
meson build -D prefix=/usr/local
ninja -C build
ninja -C build install
cd ..
rm -rf dav1d

View file

@ -1,6 +0,0 @@
source ./ci/env.sh
set -e
export CARGO_HOME='/usr/local/cargo'
cargo install cargo-c --version 0.9.15+cargo-0.67