Skip to content

Commit a040529

Browse files
fanquakevijaydasmp
authored andcommitted
Merge 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
1 parent 3ded43e commit a040529

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/get_previous_releases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ def check_host(args) -> int:
266266
if args.download_binary:
267267
platforms = {
268268
'aarch64-*-linux*': 'aarch64-linux-gnu',
269+
'powerpc64le-*-linux-*': 'powerpc64le-linux-gnu',
269270
'x86_64-*-linux*': 'x86_64-linux-gnu',
270271
'x86_64-apple-darwin*': 'x86_64-apple-darwin',
271272
'aarch64-apple-darwin*': 'arm64-apple-darwin',

0 commit comments

Comments
 (0)