mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 00:50:59 +00:00
gitlab-ci: update image to support git
git is necessary for cargo update
This commit is contained in:
parent
39a15df491
commit
25859ec1cd
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ variables:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: "35"
|
FDO_DISTRIBUTION_VERSION: "35"
|
||||||
# Update this to trigger a container rebuild
|
# Update this to trigger a container rebuild
|
||||||
FDO_DISTRIBUTION_TAG: "2022-03-07.3"
|
FDO_DISTRIBUTION_TAG: "2022-03-07.4"
|
||||||
before_script:
|
before_script:
|
||||||
- source ./ci/env.sh
|
- source ./ci/env.sh
|
||||||
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
||||||
|
@ -51,6 +51,7 @@ build-fedora-container:
|
||||||
util-linux
|
util-linux
|
||||||
xorg-x11-server-Xvfb
|
xorg-x11-server-Xvfb
|
||||||
wget
|
wget
|
||||||
|
git
|
||||||
FDO_DISTRIBUTION_EXEC: >-
|
FDO_DISTRIBUTION_EXEC: >-
|
||||||
ci/install-rust.sh stable &&
|
ci/install-rust.sh stable &&
|
||||||
pip3 install meson
|
pip3 install meson
|
||||||
|
|
Loading…
Reference in a new issue