We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11e78c commit 46ca7d8Copy full SHA for 46ca7d8
.github/workflows/build-python.yml
@@ -144,7 +144,7 @@ jobs:
144
patchelf --set-rpath '$ORIGIN/../lib' "$ARCHIVE_BASE/bin/python${MINOR}"
145
146
sed -e "s|{{__VERSION_FULL__}}|${NORMALISED}|g" \
147
- -e "s|{{__ARCH__}}|riscv64|g" \
+ -e "s|{{__ARCH__}}|riscv64-freethreaded|g" \
148
installers/nix-setup-template.sh > "$ARCHIVE_BASE/setup.sh"
149
150
chmod +x "$ARCHIVE_BASE/setup.sh"
0 commit comments