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

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)
ifneq (,$(filter $(distrel),sid))
ifneq (,$(filter $(distrel),bookworm))
newer = true
else
newer = false