From 035678d2508cc174124522d36f9c95bc7ba19b9f Mon Sep 17 00:00:00 2001 From: Sylvie <35663410+Rangi42@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:46:08 -0400 Subject: [PATCH] Remove workaround for GitHub Actions issue (#1368) --- .github/workflows/testing.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2da617d6..752efe37 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -24,13 +24,6 @@ jobs: shell: bash run: | ./.github/scripts/install_deps.sh ${{ matrix.os }} - # Ubuntu 22.04 provides LLVM 14, which links an ASan version incompatible with - # high-entropy ASLR in newer Linux kernels that GitHub Actions runners use. - # https://github.com/actions/runner-images/issues/9491 - - name: Fix Ubuntu 22.04 ASLR for LLVM 14 - if: matrix.os == 'ubuntu-22.04' - run: | - sudo sysctl vm.mmap_rnd_bits=28 # Export `bison` to allow using the version we install from Homebrew, # instead of the outdated 2.3 one preinstalled on macOS. - name: Build & install using Make