Skip to content

Commit

Permalink
fixup Call make regen-jit from the JIT workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Aug 3, 2024
1 parent 73cfd83 commit 9b18b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build CPython
run: |
make -j4 regen-all
make regen-stdlib-module-names regen-sbom regen-jit
make regen-stdlib-module-names regen-sbom
- name: Check for changes
run: |
git add -u
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Build tier two interpreter
run: |
./configure --enable-experimental-jit=interpreter --with-pydebug
make regen-jit
make all --jobs 4
- name: Test tier two interpreter
run: |
Expand Down

0 comments on commit 9b18b68

Please sign in to comment.