diff options
author | 2024-12-21 14:24:18 +0000 | |
---|---|---|
committer | 2024-12-21 14:28:10 +0000 | |
commit | a5d26d7850d51229ac7e397c08bb02c4da035a74 (patch) | |
tree | 368cf2c5436c8031235e30766e895d1e913a6dfc | |
parent | Bump pyenv to v2.4.23 for 3.13.1 & 3.12.8 support (diff) |
Remove PYTHON_CONFIGURE_OPTS overrides now that the bug is fixed in 3.13t building
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -41,10 +41,6 @@ FROM builder-py-base as builder-py-3_13 RUN /build_python.sh 3.13.1 # ------------------------------------------------------------------------------ FROM builder-py-base as builder-py-3_13t -# Building with all 3 of the options below causes tests to fail. -# Removing just the first means the image is a bit bigger, but we keep optimisations -# --disable-test-modules --enable-optimizations --with-lto -ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip' RUN /build_python.sh 3.13.1t # ------------------------------------------------------------------------------ FROM python:3.12-slim-bookworm as base |