We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c0c5f commit 1be4cb0Copy full SHA for 1be4cb0
.github/workflows/jit.yml
@@ -147,8 +147,8 @@ jobs:
147
export HOST=${{ matrix.architecture }}-linux-gnu
148
sudo apt install --yes "gcc-$HOST" qemu-user
149
export QEMU_LD_PREFIX="/usr/$HOST"
150
- CC=$HOST-gcc" \
151
- CPP="$CC --preprocess" \
+ CC="$HOST-gcc" \
+ 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
154
make all --jobs 4
0 commit comments