Skip to content

Commit 1348454

Browse files
committed
Merge bitcoin/bitcoin#28352: test: Support powerpc64le in get_previous_releases.py
faf7e69 test: Support powerpc64le in get_previous_releases.py (MarcoFalke) Pull request description: To test: `test/get_previous_releases.py -b -t /tmp/prev_releases v22.0` On master: `Not sure which binary to download for powerpc64le-unknown-linux-gnu` Here: (pass) ACKs for top commit: fanquake: ACK faf7e69 Tree-SHA512: 33d9348f99e0d3924a6a5cba8833ec9e413e80167012b557922f3628069dabd555b02f98a6bfd0eb80e2bbbcdb50865b7bca216e1d080b1546ee4812abda4bc2
2 parents 13e169a + faf7e69 commit 1348454

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
@@ -247,6 +247,7 @@ def check_host(args) -> int:
247247
if args.download_binary:
248248
platforms = {
249249
'aarch64-*-linux*': 'aarch64-linux-gnu',
250+
'powerpc64le-*-linux-*': 'powerpc64le-linux-gnu',
250251
'riscv64-*-linux*': 'riscv64-linux-gnu',
251252
'x86_64-*-linux*': 'x86_64-linux-gnu',
252253
'x86_64-apple-darwin*': 'x86_64-apple-darwin',

0 commit comments

Comments
 (0)