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 410153f commit ff56b8a
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 @@ -6,15 +6,15 @@ os=$(uname | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)

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

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

#pip install --user pipx
#export PATH="$HOME/.local/bin:$PATH"
pipx install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0
pip 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 ff56b8a

Please sign in to comment.