Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.13.1 freethreaded #125

Merged
merged 14 commits into from
Dec 14, 2024
Prev Previous commit
Next Next commit
pkg-config
  • Loading branch information
hemnstill committed Dec 14, 2024
commit ab77a5399422929bd808c92668b6103b40d3a43b
5 changes: 4 additions & 1 deletion poetry/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ dp0="$(realpath "$(dirname "$0")")"
set -e

apt update
apt install -y wget binutils curl clang rustc pkg-config
apt install -y wget binutils curl clang pkg-config

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"

tool_name="poetry"
tool_version="1.8.5"
Expand Down
Loading