From 651b241533a3b5f984e667b1cdb997abcaa0eb6b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 2 Mar 2021 10:01:52 -0800 Subject: Avoid split-sections for Windows rc. We get an error "too many sections." Maybe a bug in stack? https://stackoverflow.com/questions/64287505/ld-too-many-sections-90295 --- .github/workflows/release-candidate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 4afc7df08..cfb770ef5 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -31,8 +31,7 @@ jobs: versions: - osarch: "windows-x86_64" arch: "x64" - stack_opts: "-j1 --ghc-options=-split-sections" - + stack_opts: "-j1" steps: - uses: actions/checkout@v1 - name: Install dependencies -- cgit v1.2.3