Skip to content

Commit f5c0c5f

Browse files
fix indentation
1 parent 5d97102 commit f5c0c5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)