CI: target bookworm for "future" job

Bookworm will be the basis for the next PureOS.
Plus, there was some persistent network error when running sid jobs.
This commit is contained in:
Dorota Czaplejewicz
2022-09-02 09:33:54 +00:00
parent c7344aeb47
commit 7c17f64517
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ build_deb:arm64:
- cp ../*.deb . - cp ../*.deb .
build_deb:future: build_deb:future:
image: debian:sid image: debian:bookworm
allow_failure: true allow_failure: true
tags: tags:
- aarch64 - aarch64

View File

@ -1,7 +1,7 @@
# Dependencies which change based on build flags # Dependencies which change based on build flags
# For the newer-than-Byzantium config # For the newer-than-Byzantium config
bitflags = "1.3.*" bitflags = "1.3.*"
clap = { version = "3.1.*", features=["std"], default-features = false } clap = { version = "3.2.*", features=["std"], default-features = false }
zbus = "1.9.*" zbus = "1.9.*"
zvariant = "2.10.*" zvariant = "2.10.*"
# Newer versions seem to confuse the version of Cargo on Debian Bullseye # Newer versions seem to confuse the version of Cargo on Debian Bullseye

2
debian/rules vendored
View File

@ -25,7 +25,7 @@ export RUSTFLAGS = --remap-path-prefix=$(CURDIR)=/remap-pwd $(xgot)
distrel := $(shell lsb_release --codename --short) distrel := $(shell lsb_release --codename --short)
ifneq (,$(filter $(distrel),sid)) ifneq (,$(filter $(distrel),bookworm))
newer = true newer = true
else else
newer = false newer = false