summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-04-06 15:24:02 +0200
committerFedja Beader <fedja@protonmail.ch>2024-04-06 15:33:19 +0200
commit718e5611b6f915cb3a11375dfb0e463ac67c5ede (patch)
tree32b7925084b48f58fec21b7b8d83cd80c8f53ab9
parent98d52412c4caced9890add0d8433de4bec698bcd (diff)
downloadplus-718e5611b6f915cb3a11375dfb0e463ac67c5ede.tar.gz
plus-718e5611b6f915cb3a11375dfb0e463ac67c5ede.tar.bz2
plus-718e5611b6f915cb3a11375dfb0e463ac67c5ede.tar.xz
plus-718e5611b6f915cb3a11375dfb0e463ac67c5ede.zip
Use debian bullseye for all active gcc10 CI jobs
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5fdadd49..116bceed0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -210,6 +210,7 @@ gcc-7_default:
gcc-10_default:
stage: prebuild
+ image: debian:bullseye
script:
- ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/any_compiler.sh --enable-werror
@@ -280,6 +281,7 @@ gcc-5_sdl2:
gcc-10_game_only:
stage: prebuild
+ image: debian:bullseye
script:
- ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc10.sh --without-dyecmd
@@ -296,6 +298,7 @@ gcc-10_game_only:
gcc-10_dyecmd_only:
stage: prebuild
+ image: debian:bullseye
script:
- ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc10.sh --without-manaplusgame