# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-image: debian:buster-slim
+image: debian:bullseye-slim
stages:
- 'build docker'
ci_parallel: "2"
ci_sudo: "yes"
ci_distro: "debian"
- ci_suite: "buster"
+ ci_suite: "bullseye"
###
# IMPORTANT
# These are the version tags for the docker images the CI runs against.
.debian-build:
stage: build
- image: "debian:buster-slim"
+ image: "debian:bullseye-slim"
cache:
key: ${CI_JOB_NAME}
paths:
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:
+ extends: .debian-build
+ when: manual
+ image: "debian:buster-slim"
+ variables:
+ ci_suite: "buster"
+
.win-build:
image: $WINDOWS_IMAGE
when: manual