From 00b209be8d473c21ac42050affa1cdf8f6400e34 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 11 Dec 2024 17:11:24 +0100 Subject: [PATCH] cirrus: Fix vici Python build on Alpine --- .cirrus.yml | 4 +--- scripts/test.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index fc6e65bab..08e3e071e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 diff --git a/scripts/test.sh b/scripts/test.sh index 6eeb4d112..1ce301101 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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