Skip to content

Commit

Permalink
update python 3.13.1 to 20250106 (#128)
Browse files Browse the repository at this point in the history
linux gnu: use `pgo+lto` builds
  • Loading branch information
hemnstill authored Jan 9, 2025
1 parent 60161b0 commit a3be5e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export LC_ALL=en_US.UTF-8

tool_name="python"
tool_version="3.13.1"
release_date="20241206"
release_date="20250106"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"

mkdir -p "$release_version_dirpath" && cd "$dp0/release"
download_url="https://github.com/indygreg/python-build-standalone/releases/download/$release_date/cpython-$tool_version+$release_date-x86_64-unknown-linux-gnu-pgo-full.tar.zst"
download_url="https://github.com/indygreg/python-build-standalone/releases/download/$release_date/cpython-$tool_version+$release_date-x86_64-unknown-linux-gnu-pgo+lto-full.tar.zst"
cpython_zip="$dp0/release/raw_cpython-linux.tar.zst"
echo "download python from $download_url ..."
[[ ! -f "$cpython_zip" ]] && wget "$download_url" -O "$cpython_zip"
Expand Down
2 changes: 1 addition & 1 deletion python/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

tool_name="python"
tool_version="3.13.1"
release_date="20241206"
release_date="20250106"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"

Expand Down
2 changes: 1 addition & 1 deletion python/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apk add --no-cache alpine-sdk python3-dev

tool_name="python"
tool_version="3.13.1"
release_date="20241206"
release_date="20250106"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"

Expand Down

0 comments on commit a3be5e8

Please sign in to comment.