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 74b95b7 commit 188b310Copy full SHA for 188b310
.github/workflows/jit.yml
@@ -151,13 +151,13 @@ jobs:
151
- uses: actions/setup-python@v5
152
with:
153
python-version: '3.11'
154
- - name: Build with JIT enabled without optimizations
+ - name: Build with JIT
155
run: |
156
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
157
export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
158
./configure --enable-experimental-jit --with-pydebug
159
make all --jobs 4
160
- - name: Run tests
+ - name: Run tests without optimizations
161
162
PYTHON_UOPS_OPTIMIZE=0 ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
163
0 commit comments