We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afca1a3 commit 6c98d6fCopy full SHA for 6c98d6f
.github/workflows/build_linux.yml
@@ -139,6 +139,11 @@ jobs:
139
env:
140
CMAKE_EXTRA_ARGS: "-DZSERIO_ENABLE_WERROR=1 -DCMAKE_BUILD_TYPE=Release"
141
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
+
147
- name: Build Zserio C++ runtime (Debug Build)
148
run: |
149
if [ -f "`which clang-tidy-14`" ] ; then
0 commit comments