File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
CC="${{ matrix.compiler == 'clang' && 'clang --target=$HOST' || '$HOST-gcc' }}" \
158
158
CPP="$CC --preprocess" \
159
159
HOSTRUNNER=qemu-${{ matrix.architecture }} \
160
- ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations -- 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
160
+ ./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
161
161
make all --jobs 4
162
162
./python -m test --ignorefile=Tools/jit/ignore-tests-emulated-linux.txt --multiprocess 0 --timeout 4500 --verbose2 --verbose3
163
163
Original file line number Diff line number Diff line change 1
1
test_multiprocessing_fork
2
+ test_strftime_y2k
2
3
test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_run
3
4
test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_subprocess
4
5
test.test_asyncio.test_unix_events.TestFork.test_fork_signal_handling
You can’t perform that action at this time.
0 commit comments