From b62d22852efa7f427093ba402449228da7f2f9a0 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 10 May 2022 10:11:04 +0300 Subject: [PATCH] ci: cleanup the checkouts in the docker image after install --- ci/images_template.yml | 2 +- ci/install-gst.sh | 3 +++ ci/install-gtk4.sh | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index 639d33c0a..38dbb567e 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: '2022-05-03.0' + GST_RS_IMG_TAG: '2022-05-10.0' GST_RS_STABLE: '1.60.0' GST_RS_MSRV: '1.57.0' diff --git a/ci/install-gst.sh b/ci/install-gst.sh index 41623a01f..3e7a7029b 100755 --- a/ci/install-gst.sh +++ b/ci/install-gst.sh @@ -15,4 +15,7 @@ meson build -D prefix=/usr/local -D devtools=disabled -D examples=disabled -D gt ninja -C build ninja -C build install +cd .. +rm -rf gstreamer/ + popd diff --git a/ci/install-gtk4.sh b/ci/install-gtk4.sh index 76a1d5c4e..c3dc2ccb5 100644 --- a/ci/install-gtk4.sh +++ b/ci/install-gtk4.sh @@ -8,3 +8,4 @@ meson build -D prefix=/usr/local -Dbuild-tests=false ninja -C build ninja -C build install cd .. +rm -rf gtk/