]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA/linux: add sysctl trick to work-around GitHub runner issue
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Mar 2024 11:56:39 +0000 (12:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Mar 2024 13:04:23 +0000 (14:04 +0100)
commit09f367977af2a9db785db76ef8beaef405ba492e
tree7db82ecf77d2dcf1b5937dfb529fdb20f86f2625
parentfb3c251ef798dfecc609e7fc511f6062a06753c2
GHA/linux: add sysctl trick to work-around GitHub runner issue

The GitHub image runner update from 20240304.1.0 to 20240310.1
introduces a problem for clang-14. The issue is caused by
incompatibility between llvm 14 provided in ubuntu-22.04 image and the
much newer kernel configured with high-entropy ASLR.

As a work-around, we issue a sysctl command to lower the entropy and get
clang-14 to work again.

URL: https://github.com/actions/runner-images/issues/9491

Closes #13124
.github/workflows/linux.yml