Skip to content

Commit

Permalink
Update alpine-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 authored Oct 21, 2024
1 parent 1586787 commit 0cebd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ set -e
os=$(uname | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)

apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pip
apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pipx

# python3 -m venv venv
# chmod 777 -R venv/
# ./venv/bin/activate

#pip install --user pipx
#export PATH="$HOME/.local/bin:$PATH"
pip install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0
pipx install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0

wget "https://github.com/bazelbuild/bazelisk/releases/download/v1.20.0/bazelisk-$os-$arch"
chmod 755 "bazelisk-$os-$arch"
Expand Down

0 comments on commit 0cebd34

Please sign in to comment.