File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 # explicitly here.
127127 os :
128128 - ubuntu-latest
129- # Overhead of building ARM images on Intel Linux nodes is
129+ # Overhead of building ARM wheels on Intel Linux nodes is
130130 # unreasonably high (20s build time per wheel vs 3m);
131131 # it's better to just spin another runner up to build them
132132 # natively
@@ -146,7 +146,7 @@ jobs:
146146 with :
147147 arch : ${{ contains(matrix.os, 'arm') && 'arm64' || 'x64' }}
148148 # Note: Since we're building Linux wheels on their native
149- # architectures, we don't need QEMU for tests
149+ # architectures, we don't need QEMU
150150 - name : Set up QEMU
151151 uses : docker/setup-qemu-action@v3.0.0
152152 if : runner.os == 'Linux' && matrix.arch != 'auto'
@@ -415,7 +415,7 @@ jobs:
415415 with :
416416 arch : ${{ contains(matrix.os, 'arm') && 'arm64' || 'x64' }}
417417 # Note: Since we're testing Linux wheels on their native
418- # architectures, we don't need QEMU for tests
418+ # architectures, we don't need QEMU
419419 - name : Set up QEMU
420420 uses : docker/setup-qemu-action@v3.0.0
421421 if : runner.os == 'Linux' && matrix.arch != 'auto'
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Changes
2020* FIX: Fixed build on Windows-ARM64 and now building wheels therefor in CI #391
2121* FIX: Move away from older, (temporarily-)deprecated ``importlib.resources `` APIs in ``line_profiler.toml_config `` #406
2222* CHANGE: remove default alphabetical sorting of profiled functions
23+ * FIX: Restored building and testing of Linux-ARM64 wheels #402
2324
24255.0.0
2526~~~~~
You can’t perform that action at this time.
0 commit comments