File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,8 @@ jobs:
148148 sudo apt install --yes "gcc-$HOST" qemu-user
149149 export QEMU_LD_PREFIX="/usr/$HOST"
150150 CC=$HOST-gcc" \
151- CPP="$CC --preprocess" HOSTRUNNER=qemu-${{ matrix.architecture }} \
151+ CPP="$CC --preprocess" \
152+ HOSTRUNNER=qemu-${{ matrix.architecture }} \
152153 ./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
153154 make all --jobs 4
154155 ./python -m test --ignorefile=Tools/jit/ignore-tests-emulated-linux.txt --multiprocess 0 --timeout 4500 --verbose2 --verbose3
You can’t perform that action at this time.
0 commit comments