Skip to content

Revert "Fix ubuntu-22.04 runner issue" #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
apt-get update
apt-get install -y cmake libnuma-dev libjemalloc-dev libtbb-dev libhwloc-dev

# Remove this once https://github.com/actions/runner-images/issues/9491 was fixed
- name: Decrease ASLR entropy due to the issue
run: sysctl vm.mmap_rnd_bits=28

- name: Configure build
run: >
cmake
Expand Down Expand Up @@ -83,10 +79,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y clang cmake libhwloc-dev libnuma-dev libjemalloc-dev libtbb-dev

# Remove this once https://github.com/actions/runner-images/issues/9491 was fixed
- name: Decrease ASLR entropy due to the issue
run: sudo sysctl vm.mmap_rnd_bits=28

- name: Configure build
run: >
cmake
Expand Down