mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-12-18 22:16:33 +00:00
ci: update fedora image with missing package
Add flex and bison
This commit is contained in:
parent
14a872fb89
commit
21962866c5
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,7 @@ variables:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: "36"
|
FDO_DISTRIBUTION_VERSION: "36"
|
||||||
# Update this to trigger a container rebuild
|
# Update this to trigger a container rebuild
|
||||||
FDO_DISTRIBUTION_TAG: "2023-02-13.1"
|
FDO_DISTRIBUTION_TAG: "2023-04-21.0"
|
||||||
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
|
||||||
|
@ -55,6 +55,8 @@ build-fedora-container:
|
||||||
xorg-x11-server-Xvfb
|
xorg-x11-server-Xvfb
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
|
flex
|
||||||
|
bison
|
||||||
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