]> git.ipfire.org Git - thirdparty/systemd.git/commit
ci: reduce ASLR entropy
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 12 Mar 2024 13:49:55 +0000 (14:49 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 12 Mar 2024 16:17:46 +0000 (16:17 +0000)
commitb7c7498de814b1e9825b43c28e307a7f0af8ffd2
tree5410dbed358d31e168be848b9e7446947fdb2f41
parent50a38492c673c277c24355a0353da854b1080dba
ci: reduce ASLR entropy

The latest GH Action runners started using 32-bit entropy for ASLR,
which makes it incompatible with llvm-14. This was fixed in later llvm
releases, but these aren't available on Ubuntu Jammy (22.04). Let's
reduce the ASLR entropy to 28-bit, which should make llvm happy again,
until the issue is resolved.

See: https://github.com/actions/runner-images/issues/9491
.github/workflows/build_test.yml
.github/workflows/unit_tests.yml