summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-09 10:42:10 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-09 10:42:10 -0600
commit5847325fdcc19e16accd2e33b6303bf2eff81933 (patch)
tree6a579345b0834bde4be1b3c9fc4e1b5abc7c0e6c
parentdf8f3697a9ae5887ef9948eef1ead26055531dd3 (diff)
downloadat-spi2-core-5847325fdcc19e16accd2e33b6303bf2eff81933.tar.gz
CI: install xorg-x11-devel to test the X11 code paths
-rw-r--r--ci/container_builds.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index 5e1e38ed..564e614f 100644
--- a/ci/container_builds.yml
+++ b/ci/container_builds.yml
@@ -13,7 +13,7 @@ include:
variables:
# When branching change the suffix to avoid conflicts with images
# from the main branch
- BASE_TAG: "2022-12-09.0-main"
+ BASE_TAG: "2022-12-09.1-main"
RUST_STABLE: "1.64.0"
.container.opensuse@x86_64:
@@ -52,6 +52,7 @@ variables:
tar
wget
which
+ xorg-x11-devel
xvfb-run
FDO_DISTRIBUTION_EXEC: >-
bash ci/install-rust.sh ${RUST_STABLE} x86_64-unknown-linux-gnu &&