summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-11-25 15:26:16 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-11-25 15:26:16 +0100
commit9962ca7f6c6006a50a032572e4e16259e03a56ec (patch)
tree41e912d4dd5804f5634401014885b7e34d0fbf92 /.gitlab-ci.yml
parent351ad5e5e2dd67f427b7eb2e4d5d0b35d90ffaf7 (diff)
ci: Move from Debian bullseye to bookworm.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83a3049d..c2345221 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,11 +15,11 @@ after_script:
- if [ -d $CARGO_TARGET_DIR ]; then du -sh $CARGO_TARGET_DIR; fi
- if [ -d $CARGO_HOME ]; then du -sh $CARGO_HOME; fi
-build-bullseye:
+build-bookworm:
tags:
- linux
stage: build
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild:latest
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild:latest
needs:
- codespell
script:
@@ -34,11 +34,11 @@ build-bullseye:
RUSTFLAGS: -D warnings -A unused-parens
after_script: []
-build-bullseye:arm64:
+build-bookworm:arm64:
tags:
- docker-arm64
stage: build
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild-arm64:latest
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild-arm64:latest
needs:
- codespell
when: manual
@@ -57,11 +57,11 @@ build-bullseye:arm64:
RUSTFLAGS: -D warnings -A unused-parens
after_script: []
-bullseye:
+bookworm:
tags:
- linux
stage: build
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild:latest
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild:latest
needs:
- codespell
script:
@@ -72,11 +72,11 @@ bullseye:
RUSTFLAGS: -D warnings -A unused-parens
after_script: []
-bullseye-crypto-rust:
+bookworm-crypto-rust:
tags:
- linux
stage: build
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild:latest
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild:latest
dependencies:
- codespell
script:
@@ -88,7 +88,7 @@ bullseye-crypto-rust:
RUSTFLAGS: -D warnings -A unused-parens
after_script: []
-bullseye:arm64:
+bookworm:arm64:
tags:
- docker-arm64
# This job takes ~50 minutes to run, let's only execute it manually or for
@@ -104,7 +104,7 @@ bullseye:arm64:
- $CI_PROJECT_NAMESPACE == "sequoia-pgp"
when: manual
stage: build
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild-arm64:latest
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-prebuild-arm64:latest
needs:
- codespell
script:
@@ -118,7 +118,7 @@ bullseye:arm64:
benchmarks:
stage: test
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye:latest
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm:latest
needs: ["rust-stable"]
only:
refs:
@@ -192,7 +192,7 @@ codespell:
tags:
- linux
stage: pre-check
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye:latest
+ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm:latest
before_script:
- codespell --version