Skip to content

Commit 5cd02a4

Browse files
authored
Replace 7zip with xz in CI preparation script
1 parent 05500e2 commit 5cd02a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/prepare-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
77
brew install gperf || true
88
brew install ninja || true
99
brew install ccache || true
10-
brew install 7zip || true
10+
brew install xz || true
1111
brew install uv || true
1212
uv venv
1313
uv pip install future pyelftools
1414
else
1515
echo "Linux detected. Install dependencies..."
16-
sudo apt update && sudo apt install -y gperf cmake ninja-build ccache p7zip-full
16+
sudo apt update && sudo apt install -y gperf cmake ninja-build ccache xz-utils
1717
curl -LsSf https://astral.sh/uv/install.sh | sh
1818
uv venv
1919
uv pip install future pyelftools

0 commit comments

Comments
 (0)