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 84f2439 commit 82beb67
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ set -e
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-pip libffi-dev cairo-dev
# apk update
# apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pip libffi-dev cairo-dev

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

# pip3 --version
# pip3 install --upgrade pip
# # pip3 --version
# # pip3 install --upgrade pip


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

Please sign in to comment.