We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6830b14 commit aefdaeeCopy full SHA for aefdaee
tools/prepare-ci.sh
@@ -7,13 +7,13 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
7
brew install gperf || true
8
brew install ninja || true
9
brew install ccache || true
10
- brew install 7zip || true
+ brew install xz || true
11
brew install uv || true
12
uv venv
13
uv pip install future pyelftools
14
else
15
echo "Linux detected. Install dependencies..."
16
- sudo apt update && sudo apt install -y gperf cmake ninja-build ccache p7zip-full
+ sudo apt update && sudo apt install -y gperf cmake ninja-build ccache xz-utils
17
curl -LsSf https://astral.sh/uv/install.sh | sh
18
19
0 commit comments