Skip to content

Commit

Permalink
gcc?
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Dec 14, 2024
1 parent f9b370f commit f42573f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export DEBIAN_FRONTEND=noninteractive

apt update
apt install -y wget binutils curl build-essential clang pkg-config libssl-dev
export CC=gcc

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
Expand Down Expand Up @@ -38,7 +39,6 @@ echo "::endgroup::"
echo "::group::build"

echo "install poetry ..."
"$cpython_bin" -m pip install msgpack --no-binary=msgpack
"$cpython_bin" -m pip install "poetry==$tool_version"
"$cpython_bin" -m poetry self add poetry-plugin-sort
"$cpython_bin" -m poetry self lock
Expand Down

0 comments on commit f42573f

Please sign in to comment.