ci: Use Debian Trixie, Rust 1.67.

This commit is contained in:
Justus Winter 2023-11-24 17:03:54 +01:00
parent 1837674639
commit de42ad66c9
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -46,12 +46,12 @@ before_script:
after_script: after_script:
- *after_script_end - *after_script_end
bookworm: trixie:
tags: tags:
- linux - linux
stage: build stage: build
interruptible: true interruptible: true
image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm:latest image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/trixie:latest
script: script:
- cargo test --features=subplot - cargo test --features=subplot
- if ! git diff --quiet Cargo.lock ; then echo "Cargo.lock changed. Please add the change to the corresponding commit." ; git diff ; false ; fi - if ! git diff --quiet Cargo.lock ; then echo "Cargo.lock changed. Please add the change to the corresponding commit." ; git diff ; false ; fi
@ -65,7 +65,7 @@ sq-features:
- linux - linux
stage: build stage: build
interruptible: true interruptible: true
image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm:latest image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/trixie:latest
only: only:
refs: refs:
- tags - tags
@ -84,12 +84,12 @@ sq-features:
CARGO_TARGET_DIR: /target CARGO_TARGET_DIR: /target
CARGO_HOME: /cargo CARGO_HOME: /cargo
bookworm-crypto-openssl: trixie-crypto-openssl:
tags: tags:
- linux - linux
stage: build stage: build
interruptible: true interruptible: true
image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm:latest image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/trixie:latest
dependencies: dependencies:
- codespell - codespell
script: script:
@ -116,7 +116,7 @@ codespell:
- linux - linux
stage: pre-check stage: pre-check
interruptible: true interruptible: true
image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm:latest image: 192.168.122.1:5000/sequoia-pgp/build-docker-image/trixie:latest
before_script: before_script:
- *before_script_start - *before_script_start
@ -164,7 +164,7 @@ clippy:
before_script: before_script:
- *before_script_start - *before_script_start
- apt-get -y install libssl-dev capnproto libsqlite3-dev - apt-get -y install libssl-dev capnproto libsqlite3-dev
- rustup default 1.63.0 - rustup default 1.67.0
- rustup component add clippy - rustup component add clippy
- cargo clippy --version - cargo clippy --version
- *before_script_end - *before_script_end
@ -189,7 +189,7 @@ windows-gnu-cng:
before_script: before_script:
# We don't call *before_script_start or *before_script_end as we # We don't call *before_script_start or *before_script_end as we
# don't have bash, clang, etc. # don't have bash, clang, etc.
- rustup default "1.63.0" - rustup default "1.67.0"
- rustc --version --verbose - rustc --version --verbose
- cargo --version - cargo --version
script: script: