summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-25 16:08:32 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-27 17:05:58 +0000
commit81e6a5e6625a3bde6acdccf28e2ced4de691a0dc (patch)
tree42a94dc43055e6218d9ebef2072ad9c56ad4d2b8 /.gitlab-ci.yml
parentdaf362ee61170727be0ca5dec1cf39435485ad0c (diff)
downloaddbus-81e6a5e6625a3bde6acdccf28e2ced4de691a0dc.tar.gz
CI: Use current Debian stable release for mingw-w64 builds
Now that we have resolved the failure to build with newer mingw-w64, we don't need to hold these back to Debian 10 'buster' and can upgrade to the current stable release, Debian 11 'bullseye'. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c0f4ba8..3b62a858 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -119,35 +119,27 @@ cmake:
i686-w64-mingw32-debug:
extends: .debian-build
- image: "debian:buster-slim"
variables:
ci_host: "i686-w64-mingw32"
- ci_suite: "buster"
ci_variant: "debug"
i686-w64-mingw32-cmake:
extends: .debian-build
- image: "debian:buster-slim"
when: manual
variables:
ci_buildsys: "cmake"
ci_host: "i686-w64-mingw32"
- ci_suite: "buster"
x86_64-w64-mingw32:
extends: .debian-build
- image: "debian:buster-slim"
variables:
ci_host: "x86_64-w64-mingw32"
- ci_suite: "buster"
x86_64-w64-mingw32-cmake-debug:
extends: .debian-build
- image: "debian:buster-slim"
variables:
ci_buildsys: "cmake"
ci_host: "x86_64-w64-mingw32"
- ci_suite: "buster"
ci_variant: "debug"
buster: