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 9afe5e5 commit 5d2b6d0Copy full SHA for 5d2b6d0
.github/workflows/jit.yml
@@ -174,4 +174,4 @@ jobs:
174
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
175
export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
176
CC=clang-${{ matrix.llvm }} ./configure --enable-experimental-jit --with-tail-call-interp --with-pydebug
177
- make all --jobs 4
+ make all --jobs 4
0 commit comments