File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ RUN git clone -b v2.3.28 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROO
37
37
&& /build_python.sh 3.12.0
38
38
# ------------------------------------------------------------------------------
39
39
FROM builder-py-base as builder-py-3_13
40
+ # This is copied from line 23, removing --disable-test-modules as this is currently required for 3.13-dev
41
+ # See https://github.com/python/cpython/pull/110530
42
+ ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip'
40
43
RUN git clone -b v2.3.28 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
41
44
&& /build_python.sh 3.13-dev
42
45
# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments