mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
citemplate: avoid the need to upgrade buildah in docker build
We only need the newer version from the image, to support the --arch arg, but we don't really use it yet so we could live without it. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/318>
This commit is contained in:
parent
f5569ad5dc
commit
d57693328b
1 changed files with 0 additions and 3 deletions
|
@ -205,8 +205,6 @@ variables:
|
||||||
# using the vfs driver, and this causes errors.
|
# using the vfs driver, and this causes errors.
|
||||||
- sed -i '/^mountopt =.*/d' /etc/containers/storage.conf
|
- sed -i '/^mountopt =.*/d' /etc/containers/storage.conf
|
||||||
|
|
||||||
- dnf upgrade -y buildah skopeo jq runc
|
|
||||||
|
|
||||||
- *check_image_exists
|
- *check_image_exists
|
||||||
|
|
||||||
# This part of the job should only ever be possible to be reach in a gst-ci fork
|
# This part of the job should only ever be possible to be reach in a gst-ci fork
|
||||||
|
@ -223,7 +221,6 @@ variables:
|
||||||
- >
|
- >
|
||||||
buildah bud
|
buildah bud
|
||||||
--build-arg DEFAULT_BRANCH=$GST_UPSTREAM_BRANCH
|
--build-arg DEFAULT_BRANCH=$GST_UPSTREAM_BRANCH
|
||||||
--arch=${ARCH:=amd64}
|
|
||||||
--label ci.job_id=$CI_JOB_ID
|
--label ci.job_id=$CI_JOB_ID
|
||||||
--label pipeline.url=$CI_PIPELINE_URL
|
--label pipeline.url=$CI_PIPELINE_URL
|
||||||
--label git.ref_name=$CI_COMMIT_REF_NAME
|
--label git.ref_name=$CI_COMMIT_REF_NAME
|
||||||
|
|
Loading…
Reference in a new issue