Skip to content

Commit 30a2591

Browse files
authored
Update prepare-ci.sh
1 parent ced3c13 commit 30a2591

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tools/prepare-ci.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
# Ubuntu setup
44
# Change in archive-build.sh gawk to awk
5-
#sudo apt update && sudo apt install -y gperf cmake ninja-build ccache
6-
#pip3 install wheel future pyelftools
5+
sudo apt update && sudo apt install -y gperf cmake ninja-build ccache
6+
pip3 install wheel future pyelftools
77

88
# MacOS (ARM) setup
99
# Change in archive-build.sh awk to gawk
10-
brew install gsed
11-
brew install gawk
12-
brew install gperf
13-
#brew install ninja
14-
brew install ccache
15-
python -m pip install uv
16-
uv venv
17-
uv pip install future pyelftools
10+
#brew install gsed
11+
#brew install gawk
12+
#brew install gperf
13+
##brew install ninja
14+
#brew install ccache
15+
#python -m pip install uv
16+
#uv venv
17+
#uv pip install future pyelftools

0 commit comments

Comments
 (0)