File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
133133 brew install llvm@${{ matrix.llvm }}
134134 export SDKROOT="$(xcrun --show-sdk-path)"
135- ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--with-lto ' }}
135+ ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }}
136136 make all --jobs 4
137137 ./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
138138
@@ -141,7 +141,7 @@ jobs:
141141 run : |
142142 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
143143 export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
144- ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--with-lto ' }}
144+ ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }}
145145 make all --jobs 4
146146 ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
147147
@@ -160,7 +160,7 @@ jobs:
160160 CC="${{ matrix.compiler == 'clang' && 'clang --target=$HOST' || '$HOST-gcc' }}" \
161161 CPP="$CC --preprocess" \
162162 HOSTRUNNER=qemu-${{ matrix.architecture }} \
163- ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--with-lto ' }} --build=x86_64-linux-gnu --host="$HOST" --with-build-python=../build/bin/python3 --with-pkg-config=no ac_cv_buggy_getaddrinfo=no ac_cv_file__dev_ptc=no ac_cv_file__dev_ptmx=yes
163+ ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }} --build=x86_64-linux-gnu --host="$HOST" --with-build-python=../build/bin/python3 --with-pkg-config=no ac_cv_buggy_getaddrinfo=no ac_cv_file__dev_ptc=no ac_cv_file__dev_ptmx=yes
164164 make all --jobs 4
165165 ./python -m test --ignorefile=Tools/jit/ignore-tests-emulated-linux.txt --multiprocess 0 --timeout 4500 --verbose2 --verbose3
166166
You can’t perform that action at this time.
0 commit comments