File tree Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 11self-hosted-runner :
2- labels : ["ubuntu-24.04-aarch64", " windows-aarch64"]
2+ labels : ["windows-aarch64"]
33
44config-variables : null
55
66paths :
77 .github/workflows/**/*.yml :
88 ignore :
99 - 1st argument of function call is not assignable
10- - SC2(015|038|086|091|097|098|129|155)
10+ - SC2(015|038|086|091|097|098|129|155)
Original file line number Diff line number Diff line change @@ -244,17 +244,13 @@ jobs:
244244 - true
245245 os :
246246 - ubuntu-24.04
247- - ubuntu-24.04-aarch64
248- is-fork : # only used for the exclusion trick
249- - ${{ github.repository_owner != 'python' }}
247+ - ubuntu-24.04-arm
250248 exclude :
251- - os : ubuntu-24.04-aarch64
252- is-fork : true
253249 # Do not test BOLT with free-threading, to conserve resources
254250 - bolt : true
255251 free-threading : true
256252 # BOLT currently crashes during instrumentation on aarch64
257- - os : ubuntu-24.04-aarch64
253+ - os : ubuntu-24.04-arm
258254 bolt : true
259255 uses : ./.github/workflows/reusable-ubuntu.yml
260256 with :
Original file line number Diff line number Diff line change 8383 runner : ubuntu-24.04
8484 - target : aarch64-unknown-linux-gnu/gcc
8585 architecture : aarch64
86- # Forks don't have access to our paid AArch64 runners. These jobs are skipped below:
87- runner : ${{ github.repository_owner == 'python' && 'ubuntu-24.04-aarch64' || 'ubuntu-24.04' }}
86+ runner : ubuntu-24.04-arm
8887 steps :
8988 - uses : actions/checkout@v4
9089 with :
@@ -123,8 +122,7 @@ jobs:
123122 ./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
124123
125124 - name : Native Linux
126- # Forks don't have access to our paid AArch64 runners. Skip those:
127- if : runner.os == 'Linux' && (matrix.architecture == 'x86_64' || github.repository_owner == 'python')
125+ if : runner.os == 'Linux'
128126 run : |
129127 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
130128 export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
Original file line number Diff line number Diff line change 5656 - id : check-readthedocs
5757
5858 - repo : https://github.com/rhysd/actionlint
59- rev : v1.7.6
59+ rev : v1.7.7
6060 hooks :
6161 - id : actionlint
6262
You can’t perform that action at this time.
0 commit comments