Skip to content

Commit 0f59011

Browse files
authored
Use MacOS ARM
1 parent c80552a commit 0f59011

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

tools/prepare-ci.sh

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
#!/bin/bash
22

3-
sudo apt-get install -y gperf cmake ninja-build
4-
pip3 install wheel future pyelftools
3+
# Ubuntu setup
4+
#sudo apt-get install -y gperf cmake ninja-build
5+
#pip3 install wheel future pyelftools
6+
7+
# MacOS (ARM) setup
8+
brew install gsed
9+
brew install gawk
10+
brew install gperf
11+
brew install ninja
12+
brew install ccache
13+
python -m pip install --upgrade pip
14+
pip install wheel future pyelftools

0 commit comments

Comments
 (0)