Skip to content

Commit 6c98d6f

Browse files
committed
Fix CI ASAN issue
* actions/runner#3207
1 parent afca1a3 commit 6c98d6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_linux.yml

+5
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ jobs:
139139
env:
140140
CMAKE_EXTRA_ARGS: "-DZSERIO_ENABLE_WERROR=1 -DCMAKE_BUILD_TYPE=Release"
141141

142+
# https://github.com/actions/runner-images/issues/9491 (remove once fixed)
143+
- name: Reduce ASLR entropy as a temporary workaround
144+
run: |
145+
sudo sysctl -w vm.mmap_rnd_bits=28
146+
142147
- name: Build Zserio C++ runtime (Debug Build)
143148
run: |
144149
if [ -f "`which clang-tidy-14`" ] ; then

0 commit comments

Comments
 (0)