Skip to content

Commit b0e913f

Browse files
TTsangSCTest User
authored andcommitted
Changelog entry and typo fix
1 parent 18c3144 commit b0e913f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2425
5.0.0
2526
~~~~~

0 commit comments

Comments
 (0)