Skip to content

Commit 46c1392

Browse files
committed
Address feedback
1 parent fc2b11a commit 46c1392

File tree

3 files changed

+7
-92
lines changed

3 files changed

+7
-92
lines changed

.github/workflows/jit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
interpreter:
3030
name: Interpreter (Debug)
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-24.04
3232
timeout-minutes: 90
3333
steps:
3434
- uses: actions/checkout@v4
@@ -85,22 +85,22 @@ jobs:
8585
compiler: clang
8686
- target: x86_64-unknown-linux-gnu/gcc
8787
architecture: x86_64
88-
runner: ubuntu-22.04
88+
runner: ubuntu-24.04
8989
compiler: gcc
9090
- target: x86_64-unknown-linux-gnu/clang
9191
architecture: x86_64
92-
runner: ubuntu-22.04
92+
runner: ubuntu-24.04
9393
compiler: clang
9494
- target: aarch64-unknown-linux-gnu/gcc
9595
architecture: aarch64
9696
runner: ubuntu-24.04-aarch64
9797
compiler: gcc
98-
if: ${{ github.repository_owner != 'python' }}
98+
if: ${{ github.repository_owner == 'python' }}
9999
- target: aarch64-unknown-linux-gnu/clang
100100
architecture: aarch64
101101
runner: ubuntu-24.04-aarch64
102102
compiler: clang
103-
if: ${{ github.repository_owner != 'python' }}
103+
if: ${{ github.repository_owner == 'python' }}
104104
env:
105105
CC: ${{ matrix.compiler }}
106106
steps:
@@ -150,7 +150,7 @@ jobs:
150150
jit-with-disabled-gil:
151151
name: Free-Threaded (Debug)
152152
needs: interpreter
153-
runs-on: ubuntu-22.04
153+
runs-on: ubuntu-24.04
154154
strategy:
155155
matrix:
156156
llvm:

.github/workflows/reusable-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/cache@v4
4343
with:
4444
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
45-
key: ${{ matrix.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
45+
key: ${{ input.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
4646
- name: Install OpenSSL
4747
if: steps.cache-openssl.outputs.cache-hit != 'true'
4848
run: python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux

Tools/jit/ignore-tests-emulated-linux.txt

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)