Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pkg for Debian 12 Bookworm #1122

Merged
merged 5 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ depends = "$auto, passwd"

[package.metadata.deb.variants.debian-bullseye]

[package.metadata.deb.variants.debian-bookworm]
depends = "$auto, passwd, libssl3"

# Cross compilation variants:
# Note: we have to specifiy dependencies manually because we don't run cargo-deb
# on the target platform and so it cannot determine the dependencies correctly
Expand Down
1 change: 1 addition & 0 deletions pkg/common/krill-debian-bookworm.krill.service
1 change: 1 addition & 0 deletions pkg/rules/packages-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ image:
- "debian:stretch" # debian/9
- "debian:buster" # debian/10
- "debian:bullseye" # debian/11
- "debian:bookworm" # debian/12
- "centos:7"
- "rockylinux:8" # compatible with EOL centos:8
target:
Expand Down
11 changes: 9 additions & 2 deletions pkg/rules/packages-to-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ image:
- "debian:stretch" # debian/9
- "debian:buster" # debian/10
- "debian:bullseye" # debian/11
- "debian:bookworm" # debian/12
- "centos:7"
- "rockylinux:8" # compatible with EOL centos:8
target:
Expand Down Expand Up @@ -69,8 +70,14 @@ include:
image: "debian:buster"
target: "aarch64-unknown-linux-gnu"

# For all target, exclude upgrade testing of the krillta package as no prior released version exists to
# test upgrading from.
# Exclude upgrade testing on Debian Bookworm as no prior released versions exist to upgrade from.
exclude:
- pkg: "krill"
image: "debian:bookworm"
mode: "upgrade-from-published"
- pkg: "krillta"
image: "debian:bookworm"
mode: "upgrade-from-published"
- pkg: "krillup"
image: "debian:bookworm"
mode: "upgrade-from-published"