Solves one item in #1392.
ci/cirrus: Add ARM32 valgrind tasks #1433
pull real-or-random wants to merge 1 commits into bitcoin-core:master from real-or-random:202310-arm32-valgrind changing 1 files +55 −21-
real-or-random commented at 9:20 AM on October 26, 2023: contributor
-
real-or-random commented at 9:24 AM on October 26, 2023: contributor
cc @maflcko
- real-or-random force-pushed on Oct 26, 2023
-
maflcko commented at 10:51 AM on October 26, 2023: contributor
valgrind: failed to start tool 'memcheck' for platform 'arm-linux': No such file or directoryhttps://cirrus-ci.com/task/4513559997054976?logs=cat_tests_log#L1
- real-or-random force-pushed on Oct 26, 2023
- real-or-random force-pushed on Oct 26, 2023
- real-or-random force-pushed on Oct 26, 2023
- real-or-random force-pushed on Oct 26, 2023
- real-or-random force-pushed on Oct 26, 2023
- real-or-random marked this as a draft on Oct 26, 2023
- real-or-random force-pushed on Oct 26, 2023
-
real-or-random commented at 4:28 PM on October 26, 2023: contributor
This is blocked on #776.
-
da60656afe
WIP ci/cirrus: Add ARM32 valgrind tasks
[skip actions]
- real-or-random force-pushed on Oct 26, 2023
- real-or-random added the label assurance on Nov 13, 2023
- real-or-random added the label ci on Nov 13, 2023
- real-or-random added the label side-channel on Nov 13, 2023
-
real-or-random commented at 7:02 AM on May 19, 2026: contributor
Closing because we don't use Cirrus anymore.
- real-or-random closed this on May 19, 2026
-
maflcko commented at 7:15 AM on May 19, 2026: contributor
For reference, GitHub offers
ubuntu-24.04-armrunners, but I haven't tried if they work for this purpose here. -
real-or-random commented at 7:26 AM on May 19, 2026: contributor
For reference, GitHub offers
ubuntu-24.04-armrunners, but I haven't tried if they work for this purpose here.We use these heavily in CI already, but I don't think you can compile our ARM32 assembly for these. We currently test the ARM32 assembly only inside QEMU, and the issue is that this is a somewhat limited (e.g., we can't use Valgrind).
-
real-or-random commented at 7:34 AM on May 19, 2026: contributor
For reference, GitHub offers
ubuntu-24.04-armrunners, but I haven't tried if they work for this purpose here.[...] but I don't think you can compile our ARM32 assembly for these.
Sorry, I'm probably misremembering here. The intent of this PR was exactly this. I opened #1856 to track this.