Skip to content

Commit a5d26d7

Browse files
committed
Remove PYTHON_CONFIGURE_OPTS overrides now that the bug is fixed in 3.13t building
1 parent fd6e8d2 commit a5d26d7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ FROM builder-py-base as builder-py-3_13
4141
RUN /build_python.sh 3.13.1
4242
# ------------------------------------------------------------------------------
4343
FROM builder-py-base as builder-py-3_13t
44-
# Building with all 3 of the options below causes tests to fail.
45-
# Removing just the first means the image is a bit bigger, but we keep optimisations
46-
# --disable-test-modules --enable-optimizations --with-lto
47-
ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip'
4844
RUN /build_python.sh 3.13.1t
4945
# ------------------------------------------------------------------------------
5046
FROM python:3.12-slim-bookworm as base

0 commit comments

Comments
 (0)