Skip to content

Commit 7bc83cd

Browse files
Remove JIT + free threaded
1 parent 05cb507 commit 7bc83cd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "ghcr.io/python/devcontainer:latest",
2+
"image": "cpython-devcontainer-local",
33
"onCreateCommand": [
44
// Install common tooling.
55
"dnf",

.github/workflows/jit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ jobs:
162162
fail-fast: false
163163
matrix:
164164
include:
165-
- name: Free-Threaded (Debug)
166-
configure_flags: --enable-experimental-jit --with-pydebug --disable-gil
167-
continue_on_error: true
168165
- name: JIT without optimizations (Debug)
169166
configure_flags: --enable-experimental-jit --with-pydebug
170167
test_env: "PYTHON_UOPS_OPTIMIZE=0"

0 commit comments

Comments
 (0)