diff options
| author | John MacFarlane <[email protected]> | 2023-03-12 12:54:27 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-12 12:54:27 -0700 |
| commit | 692023cc454fe86bbcf08b27cb9601b47e324e8b (patch) | |
| tree | 4747ff453136759aa846cb1cb4523046d3ca2516 | |
| parent | 5159109d9a08e5f27fc791be0bfa1646824a07d2 (diff) | |
Cirrus: Fix CABALOPTS env variable.
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 028904cae..3165c45a5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -28,7 +28,7 @@ task: cpu: 4 memory: 12G env: - CABALOPTS: -f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j4 --ghc-options="-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread" + CABALOPTS: -f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j4 --ghc-options='-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread' cabal_store_cache: folder: ~/.cabal/store fingerprint_key: linux_arm64_2023_03_11 |
