The arm_container
does not support 32-bit mode anymore.
Fixes #27879.
Also, the arm_container
could be used for testing aarch64
binaries, which are the part of our releases. Leaving that for another PR.
amd64
container in “ARM” task
#27886
Tee `arm_container` does not support 32-bit mode anymore.
See: https://github.com/bitcoin/bitcoin/issues/27879
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | MarcoFalke |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
review ACK 016fe6d8280768917081894dfca233c2f06e78d9 if CI is green
A smaller diff would be to just unset the QEMU_USER_CMD
and thus run qemu-arm on aarch64 and keep the image as-is, but that seems to run into unrelated timeouts, as pointed out in #27879 (comment)
Longer term we can also think about whether we want to test aarch64 or arm32 in this CI task, but this can be done later.