Skip to content

Commit 1be4cb0

Browse files
Fix quote not caught in local precommit
1 parent f5c0c5f commit 1be4cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ 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-
CC=$HOST-gcc" \
151-
CPP="$CC --preprocess" \
150+
CC="$HOST-gcc" \
151+
CPP="$HOST-gcc --preprocess" \
152152
HOSTRUNNER=qemu-${{ matrix.architecture }} \
153153
./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
154154
make all --jobs 4

0 commit comments

Comments
 (0)