cirrus: Fix vici Python build on Alpine

This commit is contained in:
Tobias Brunner
2024-12-11 17:21:16 +01:00
parent b0fcae3ea1
commit 00b209be8d
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -29,7 +29,5 @@ alpine_task:
TEST: alpine
OS_NAME: alpine
install_script:
- ./scripts/test.sh deps
- ./scripts/test.sh pydeps
install_script: ./scripts/test.sh deps
script: ./scripts/test.sh
+1 -1
View File
@@ -305,7 +305,7 @@ all|alpine|codeql|coverage|sonarcloud|no-dbg)
tpm2-tss-dev tpm2-tss-sys mariadb-dev wolfssl-dev libgcrypt-dev
botan3-dev pcsc-lite-dev networkmanager-dev linux-pam-dev
iptables-dev libselinux-dev binutils-dev libunwind-dev ruby
py3-setuptools"
py3-setuptools py3-build py3-tox"
# musl does not provide backtrace(), so use libunwind
CONFIG="$CONFIG --enable-unwind-backtraces"
# alpine doesn't have systemd