Skip to content

Commit

Permalink
Merge pull request #631 from stgraber/main
Browse files Browse the repository at this point in the history
Revert "github: workaround CI issue with ASAN"
  • Loading branch information
mihalicyn authored Mar 26, 2024
2 parents 889c683 + 0c08f0d commit 26dbfd2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
- ubuntu-22.04
runs-on: ${{ matrix.os }}
steps:
# TODO(mihalicyn): Remove once the following is fixed:
# https://github.com/actions/runner-images/issues/9491
- name: Reduce ASLR entropy as a temporary workaround
run: |
sudo sysctl -w vm.mmap_rnd_bits=28
- name: Checkout code
uses: actions/checkout@v2

Expand Down Expand Up @@ -69,12 +63,6 @@ jobs:
- ubuntu-22.04
runs-on: ${{ matrix.os }}
steps:
# TODO(mihalicyn): Remove once the following is fixed:
# https://github.com/actions/runner-images/issues/9491
- name: Reduce ASLR entropy as a temporary workaround
run: |
sudo sysctl -w vm.mmap_rnd_bits=28
- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 26dbfd2

Please sign in to comment.