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.
Tee `arm_container` does not support 32-bit mode anymore.
See: https://github.com/bitcoin/bitcoin/issues/27879
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
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.
Looks like this was, as expected, wrapped in qemu and the task passed: https://cirrus-ci.com/task/5196388229709824?logs=ci#L3590
Milestone
25.1