mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
ci: Add ca-certificates to the indent image
This is needed to rebuild the image Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5235>
This commit is contained in:
parent
182fa11c0e
commit
3db2159fc4
3 changed files with 4 additions and 2 deletions
|
@ -136,7 +136,7 @@ fedora amd64 docker:
|
||||||
FDO_DISTRIBUTION_VERSION: 'bookworm'
|
FDO_DISTRIBUTION_VERSION: 'bookworm'
|
||||||
FDO_REPO_SUFFIX: "$INDENT_AMD64_SUFFIX"
|
FDO_REPO_SUFFIX: "$INDENT_AMD64_SUFFIX"
|
||||||
FDO_DISTRIBUTION_TAG: "$INDENT_TAG-$GST_UPSTREAM_BRANCH"
|
FDO_DISTRIBUTION_TAG: "$INDENT_TAG-$GST_UPSTREAM_BRANCH"
|
||||||
FDO_DISTRIBUTION_PACKAGES: 'curl indent git findutils'
|
FDO_DISTRIBUTION_PACKAGES: 'curl indent git findutils ca-certificates'
|
||||||
FDO_DISTRIBUTION_EXEC: 'ci/docker/indent/prepare.sh'
|
FDO_DISTRIBUTION_EXEC: 'ci/docker/indent/prepare.sh'
|
||||||
|
|
||||||
gst-indent amd64 docker:
|
gst-indent amd64 docker:
|
||||||
|
|
|
@ -7,7 +7,7 @@ variables:
|
||||||
###
|
###
|
||||||
FEDORA_TAG: '2023-08-25.1'
|
FEDORA_TAG: '2023-08-25.1'
|
||||||
|
|
||||||
INDENT_TAG: '2023-06-14.1'
|
INDENT_TAG: '2023-08-24.3'
|
||||||
|
|
||||||
LINT_TAG: '2023-02-16.5'
|
LINT_TAG: '2023-02-16.5'
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#! /bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
# Install dotnet-format
|
# Install dotnet-format
|
||||||
|
|
Loading…
Reference in a new issue