Skip to content

Commit

Permalink
Merge pull request #4198 from mfem/ci-sanitize-update
Browse files Browse the repository at this point in the history
Workaround for the sanitizer failures
  • Loading branch information
tzanio committed Mar 15, 2024
2 parents daff379 + d9fe115 commit 37e03ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: GHCR Login
if: (github.event_name != 'pull_request')
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/mfem-sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Temporary workaround for sanitizer crashes
# See https://github.com/actions/runner-images/issues/9491
# The issue should be fixed in the next runner image for Ubuntu 22.04,
# see https://github.com/actions/runner-images/pull/9513
run: sudo sysctl vm.mmap_rnd_bits=28

- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
with:
Expand Down

0 comments on commit 37e03ab

Please sign in to comment.