From 0cebd3429ab4ca7e354243839e966b3d955059ab Mon Sep 17 00:00:00 2001 From: Zaariel91 <115039613+Zaariel91@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:52:59 +0300 Subject: [PATCH] Update alpine-build.sh --- alpine-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine-build.sh b/alpine-build.sh index b7801a8b..f7b237b8 100644 --- a/alpine-build.sh +++ b/alpine-build.sh @@ -5,7 +5,7 @@ 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/ @@ -13,7 +13,7 @@ apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev p #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"