aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-12-21 14:24:18 +0000
committerGravatar Chris Lovering <[email protected]>2024-12-21 14:28:10 +0000
commita5d26d7850d51229ac7e397c08bb02c4da035a74 (patch)
tree368cf2c5436c8031235e30766e895d1e913a6dfc
parentBump 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--Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 2172db1..469d65e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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