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.
2 parents fd56fe0 + 2a1a662 commit 3ff9eacCopy full SHA for 3ff9eac
.github/workflows/sanitizers.yml
@@ -34,10 +34,6 @@ 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
@@ -83,10 +79,6 @@ jobs:
83
79
sudo apt-get update
84
80
sudo apt-get install -y clang cmake libhwloc-dev libnuma-dev libjemalloc-dev libtbb-dev
85
81
86
87
88
- run: sudo sysctl vm.mmap_rnd_bits=28
89
90
82
91
92
0 commit comments