summaryrefslogtreecommitdiff
path: root/ci/container_builds.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/container_builds.yml')
-rw-r--r--ci/container_builds.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index 94f768db..56809854 100644
--- a/ci/container_builds.yml
+++ b/ci/container_builds.yml
@@ -14,6 +14,7 @@ variables:
# When branching change the suffix to avoid conflicts with images
# from the master branch
BASE_TAG: "2022-06-03.0-master"
+ RUST_STABLE: "1.58.1"
.container.opensuse@x86_64:
stage: "container-build"
@@ -28,6 +29,7 @@ variables:
libxkbcommon-devel libXi-devel libXtst-devel lcov meson ninja
python38 python38-gobject tar wget
FDO_DISTRIBUTION_EXEC: >-
+ bash ci/install-rust.sh ${RUST_STABLE} x86_64-unknown-linux-gnu &&
bash ci/install-grcov.sh
opensuse-container@x86_64: