From 1ef8a003618364e5ca7727a8f718bb4630ce9b9a Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Wed, 8 Dec 2021 21:59:40 +0000 Subject: [PATCH] Avoid statically linking glibc --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04417533c1..9253894db1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ jobs: fail-fast: false matrix: ghc: ['9.0.1', '8.10.7', '8.10.6', '8.8.4', '8.8.3', '8.6.5'] + # stay on the oldest Linux os image available for glibc compatibility os: [ubuntu-18.04, macOS-latest, windows-latest] cabal: ['3.6'] exclude: @@ -59,7 +60,6 @@ jobs: env: GHC_VER: ${{ matrix.ghc }} run: | - echo "LINUX_CABAL_ARGS=--enable-executable-static --ghc-options=-split-sections" >> $GITHUB_ENV echo "GHC_VERSION=$GHC_VER" >> $GITHUB_ENV - name: Set some macOs specific things