Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.86k stars 527 forks source link

testsuite.yml: fix ASAN build tests #22084

Closed tonycoz closed 2 months ago

tonycoz commented 2 months ago

Apparently a recent Ubuntu update changed the ASLR entropy to use more bits which is incompatible with ASAN.

This adjusts the entropy bits to be compatible with ASAN.

tonycoz commented 2 months ago

adjusted the commit subject to make it less opaque

khwilliamson commented 2 months ago

I don't know enough to review this, but it works, so it should be merged sooner than later