Skip to content

Commit 3ff9eac

Browse files
authored
Merge pull request #381 from lukaszstolarczuk/revert-sanitizers-wa
Revert "Fix ubuntu-22.04 runner issue"
2 parents fd56fe0 + 2a1a662 commit 3ff9eac

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/sanitizers.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
apt-get update
3535
apt-get install -y cmake libnuma-dev libjemalloc-dev libtbb-dev libhwloc-dev
3636
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-
4137
- name: Configure build
4238
run: >
4339
cmake
@@ -83,10 +79,6 @@ jobs:
8379
sudo apt-get update
8480
sudo apt-get install -y clang cmake libhwloc-dev libnuma-dev libjemalloc-dev libtbb-dev
8581
86-
# Remove this once https://github.com/actions/runner-images/issues/9491 was fixed
87-
- name: Decrease ASLR entropy due to the issue
88-
run: sudo sysctl vm.mmap_rnd_bits=28
89-
9082
- name: Configure build
9183
run: >
9284
cmake

0 commit comments

Comments
 (0)