We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2430c commit ca322ebCopy full SHA for ca322eb
.github/workflows/sanitizers.yml
@@ -34,6 +34,10 @@ jobs:
34
apt-get update
35
apt-get install -y cmake libnuma-dev libjemalloc-dev libtbb-dev libhwloc-dev
36
37
+ # Remove this once https://github.com/actions/runner-images/issues/9491 was fixed
38
+ - name: Decrease ASLR entropy due to the issue
39
+ run: sysctl vm.mmap_rnd_bits=28
40
+
41
- name: Configure build
42
run: >
43
cmake
@@ -80,6 +84,10 @@ jobs:
80
84
sudo apt-get update
81
85
sudo apt-get install -y clang cmake libhwloc-dev libnuma-dev libjemalloc-dev libtbb-dev
82
86
87
88
89
+ run: sudo sysctl vm.mmap_rnd_bits=28
90
83
91
92
93
0 commit comments