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