Skip to content

Commit 991e612

Browse files
committed
Merge #20955: test: Fix get_previous_releases.py for aarch64
fa1d5e5 test: Fix get_previous_releases.py for aarch64 (MarcoFalke) Pull request description: Otherwise it will fail with "Not sure which binary to download..." ACKs for top commit: laanwj: Code review ACK fa1d5e5 Tree-SHA512: 0db71e898a431665757ce835016a4e05c629a95abc4a2951eac9bd9b5876ec3dc3d6f156d58565e2bcdf918cde4f2649183d4a58038ac13c705a7e914c0094d1
2 parents c763cac + fa1d5e5 commit 991e612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/get_previous_releases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def check_host(args) -> int:
175175
'./depends/config.guess').decode())
176176
if args.download_binary:
177177
platforms = {
178+
'aarch64-*-linux*': 'aarch64-linux-gnu',
178179
'x86_64-*-linux*': 'x86_64-linux-gnu',
179180
'x86_64-apple-darwin*': 'osx64',
180181
}

0 commit comments

Comments
 (0)