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:
@ -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
|
||||||
|
|||||||
@ -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
2
debian/rules
vendored
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user