Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .builders/images/linux-aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ RUN yum install -y perl-IPC-Cmd perl-CPANPLUS perl-core && \
ldconfig

# Compile and install Python 3
ENV PYTHON3_VERSION=3.13.14
ENV PYTHON3_VERSION=3.13.15
RUN yum install -y libffi-devel && \
DOWNLOAD_URL="https://python.org/ftp/python/{{version}}/Python-{{version}}.tgz" \
VERSION="${PYTHON3_VERSION}" \
SHA256="5ae535a36af0ebca6fca176ecb8197f5db9c1cb8c8f0cd12cdf1787046db1f41" \
SHA256="c28d9d213c09b5b5ab2c29812950e12f746999e099b82894231be954b26baed9" \
RELATIVE_PATH="Python-{{version}}" \
bash install-from-source.sh \
--prefix=/opt/python/${PYTHON3_VERSION} \
Expand Down
4 changes: 2 additions & 2 deletions .builders/images/linux-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ RUN yum install -y perl-IPC-Cmd perl-CPANPLUS perl-core && \
ldconfig

# Compile and install Python 3
ENV PYTHON3_VERSION=3.13.14
ENV PYTHON3_VERSION=3.13.15

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Include the generated dependency resolution outputs

Changing this builder image input without the matching .deps updates leaves the repo's dependency pin stale: I checked .github/workflows/verify-deps-pin.yaml, which runs cd .builders && python inputs_hash.py verify-resolution on merge-queue and 7.*.* refs, and running python .builders/inputs_hash.py status .builders/targets.json now reports the resolution and every target as STALE against .deps/builder_inputs.toml. The original 3.13.15 bump also updated .deps/builder_inputs.toml, .deps/image_digests.json, and the .deps/resolved/*_3.13.txt lockfiles; without those generated outputs, this backport either cannot pass the merge-queue check or, if landed directly on the release branch, leaves the Agent pinned to wheels/images built from the old inputs.

Useful? React with 👍 / 👎.

RUN yum install -y libffi-devel && \
DOWNLOAD_URL="https://python.org/ftp/python/{{version}}/Python-{{version}}.tgz" \
VERSION="${PYTHON3_VERSION}" \
SHA256="5ae535a36af0ebca6fca176ecb8197f5db9c1cb8c8f0cd12cdf1787046db1f41" \
SHA256="c28d9d213c09b5b5ab2c29812950e12f746999e099b82894231be954b26baed9" \
RELATIVE_PATH="Python-{{version}}" \
bash install-from-source.sh --prefix=/opt/python/${PYTHON3_VERSION} --with-ensurepip=yes --enable-ipv6 --with-dbmliborder=
ENV PATH="/opt/python/${PYTHON3_VERSION}/bin:${PATH}"
Expand Down
8 changes: 4 additions & 4 deletions .builders/images/macos/pbs.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Build Standalone (PBS) pins for macOS in resolve-build-deps.
# https://astral.sh/blog/python-build-standalone
# Sourced by .github/workflows/resolve-build-deps.yaml (set -a; source ...).
PYTHON_PATCH=14
PBS_RELEASE=20260610
PBS_SHA256__aarch64=79daa8e9dea1e64ad50aebb05a807289023a474c2020b72361eb44d67fa2401e
PBS_SHA256__x86_64=064731aded38b1a12909088d40d9e0e385dc989e38a1e1de9917610254194962
PYTHON_PATCH=15
PBS_RELEASE=20260807
PBS_SHA256__aarch64=dbadb0ffe46f8bace50daaf8a0c5fc6903c003690776da9eb5269e33c856bb53
PBS_SHA256__x86_64=187eed2282e9c3a5b6b14953d564ee25a9f35cf2c209c9fa292186ee48b0e4a1
4 changes: 2 additions & 2 deletions .builders/images/windows-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ RUN Get-RemoteFile `
Approve-File -Path $($Env:USERPROFILE + '\.cargo\bin\rustc.exe') -Hash $Env:RUSTC_HASH

# Install Python 3
ENV PYTHON_VERSION="3.13.14"
ENV PYTHON_VERSION="3.13.15"
RUN Get-RemoteFile `
-Uri https://www.python.org/ftp/python/$Env:PYTHON_VERSION/python-$Env:PYTHON_VERSION-amd64.exe `
-Path python-$Env:PYTHON_VERSION-amd64.exe `
-Hash 'c54d9b9bbb8a36e6489363ddd01139707fd781d72f1f9e90c7ec65d0061368e0'; `
-Hash 'edec09c4853aeae9ac36efb8c9f95b6b8e2fee65eee56d9767a8b7c69c574403'; `
Start-Process -Wait python-$Env:PYTHON_VERSION-amd64.exe -ArgumentList '/quiet', 'InstallAllUsers=1'; `
Remove-Item python-$Env:PYTHON_VERSION-amd64.exe; `
& 'C:\Program Files\Python313\python.exe' -m pip install --no-warn-script-location --upgrade pip; `
Expand Down
12 changes: 6 additions & 6 deletions .deps/builder_inputs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
# Hash inputs are defined in .builders/inputs_hash.py (SHARED_INPUTS,
# RESOLUTION_INPUTS).
[resolution]
hash = "7b9ab7ebff6e33eeb2932acbdb113f79c9c3ae8ed9e191f451d3108242c429c9"
hash = "bd24102863f8710093deb62760f0828d51f6e97280d395f4e71454bfd9ecd6db"

[images]
linux-aarch64 = "12d028af4a7aaead88c4947dc4996df85eb57f09ac6f0430f3ed640290418e85"
linux-x86_64 = "947d461418c4dbc246db29b08ae4ff9fd7ebee7081b1e36500990c5d1f0aad99"
macos-aarch64 = "78e6a48da3021de05ea531e272e5e2ebab7b5e09888144460586602f39368fbc"
macos-x86_64 = "d27dd57c87253060744c2e1584b17348a921cbf7c343f1bb55005665fa5c61fb"
windows-x86_64 = "e016f1da3aab33685b9e791535baebec81e6c28e8926a6503fbbee8daf43a2d1"
linux-aarch64 = "48faaad3beb1c8fc378547f2e5719d5b3b6a475903999a4bf2abb6c1a6d4089f"
linux-x86_64 = "a7a9010670d189d6ce933695256e4fc9a720e4f0d6fc8a3be6269e65a3be0ec5"
macos-aarch64 = "d4ff2d7e66ac57ce9ece084c2276a6c72a8f38e01649ab6fa871d3abae3e31d6"
macos-x86_64 = "7476836c26f68c03c81b30823d84f4c2b505adde43d4bf601c4bdbc6cd3cdfbb"
windows-x86_64 = "da9fa3c61b2d1808cab45eec33d39ba8680f1021066f948e0f760aab218632bc"
6 changes: 3 additions & 3 deletions .deps/image_digests.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"linux-aarch64": "sha256:3f814638582595cccb6c5a5725369fd858b4c00022a5b7fb905fcdfe6784e8d2",
"linux-x86_64": "sha256:e841e61a71a9e927c52bd49b1e37378bdf27a708210db8a06e00ac8b44cc824c",
"windows-x86_64": "sha256:df834692738c720f20a45f6eda15f345e6a9629e1a28f9621a9de37c565b2bda"
"linux-aarch64": "sha256:0ec92c7f652ee8b5bab366d66172c7e3703049f40624e57c8224e420fdb96f25",
"linux-x86_64": "sha256:f9422fbfad5e2bb7b4e9cacc5ccf8bda513b6f375ac01ef1401dc296c2e91c95",
"windows-x86_64": "sha256:f5f17d78dc139a170709284abbd7c4dfccf8821d3c7fb0b371e861bfd8908f7e"
}
Loading
Loading