Skip to content

Commit ab4904b

Browse files
committed
GH-14: build: Support debian bookworm (stable)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 8700948 commit ab4904b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye
1+
FROM debian:bookworm
22

33
ENV DEBIAN_FRONTEND noninteractive
44
ENV LC_ALL en_US.UTF-8

helper.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ default: help zpc/default
1010
SELF?=${CURDIR}/helper.mk
1111

1212
project?=unifysdk
13-
1413
CMAKE_GENERATOR?=Ninja
1514
export CMAKE_GENERATOR
1615

1716
build_dir?=build
1817
sudo?=sudo
1918

20-
debian_codename?=bullseye
19+
debian_codename?=bookworm
2120

2221
packages?=cmake ninja-build build-essential python3-full ruby clang
2322
packages+=git-lfs unp time file

0 commit comments

Comments
 (0)