File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM debian:bullseye
1+ FROM debian:bookworm
22
33ENV DEBIAN_FRONTEND noninteractive
44ENV LC_ALL en_US.UTF-8
Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ default: help zpc/default
1010SELF? =${CURDIR}/helper.mk
1111
1212project? =unifysdk
13-
1413CMAKE_GENERATOR? =Ninja
1514export CMAKE_GENERATOR
1615
1716build_dir? =build
1817sudo? =sudo
1918
20- debian_codename? =bullseye
19+ debian_codename? =bookworm
2120
2221packages? =cmake ninja-build build-essential python3-full ruby clang
2322packages+ =git-lfs unp time file
@@ -80,7 +79,8 @@ setup/rust:
8079setup/python :
8180 @echo " $@ : TODO: https://github.com/wbond/pybars3/issues/82"
8281 pip3 --version || echo " warning: Please install pip"
83- pip3 install pybars3
82+ pip3 install pybars3 \
83+ || pip3 install --break-system-packages pybars3
8484
8585cmake_url? =https://github.com/Kitware/CMake/releases/download/v3.21.6/cmake-3.21.6-Linux-x86_64.sh
8686cmake_filename? =$(shell basename -- "${cmake_url}")
You can’t perform that action at this time.
0 commit comments