Skip to content
/ Pillow Public
forked from python-pillow/Pillow

Commit 1ee3dd3

Browse files
committed
Enable JIT on CI
1 parent 81e0cf2 commit 1ee3dd3

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

.github/workflows/test-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}
2727
cancel-in-progress: true
2828

29+
env:
30+
PYTHON_JIT: 1
31+
2932
jobs:
3033
build:
3134

.github/workflows/test-mingw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ concurrency:
2828

2929
env:
3030
COVERAGE_CORE: sysmon
31+
PYTHON_JIT: 1
3132

3233
jobs:
3334
build:

.github/workflows/test-valgrind-memory.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}
2727
cancel-in-progress: true
2828

29+
env:
30+
PYTHON_JIT: 1
31+
2932
jobs:
3033
build:
3134

.github/workflows/test-valgrind.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ concurrency:
2424
group: ${{ github.workflow }}-${{ github.ref }}
2525
cancel-in-progress: true
2626

27+
env:
28+
PYTHON_JIT: 1
29+
2730
jobs:
2831
build:
2932

.github/workflows/test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ concurrency:
2828

2929
env:
3030
COVERAGE_CORE: sysmon
31+
PYTHON_JIT: 1
3132

3233
jobs:
3334
build:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env:
3030
COVERAGE_CORE: sysmon
3131
FORCE_COLOR: 1
3232
PIP_DISABLE_PIP_VERSION_CHECK: 1
33+
PYTHON_JIT: 1
3334

3435
jobs:
3536
build:

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ concurrency:
4141
env:
4242
EXPECTED_DISTS: 91
4343
FORCE_COLOR: 1
44+
PYTHON_JIT: 1
4445

4546
jobs:
4647
build-native-wheels:

0 commit comments

Comments
 (0)