Nother try.

This commit is contained in:
John MacFarlane
2023-07-12 10:17:16 -07:00
parent 091512f8d9
commit c8598573ef
+3 -3
View File
@@ -32,7 +32,7 @@ task:
memory: 12G
env:
CABALOPTS: |
--constrain 'text == 2.0.2' -f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j
-f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j
GHCOPTS: -j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread
cabal_store_cache:
folder: ~/.local/cabal/state
@@ -59,14 +59,14 @@ task:
memory: 12G
env:
CABALOPTS: |
--constrain 'text -simdutf' --constrain 'text == 2.0.2' -f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j
-f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j
GHCOPTS: -j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread
cabal_store_cache:
folder: ~/.local/cabal/state
fingerprint_key: linux_amd64_2023_03_12
deps_script:
- cabal update
- cabal build --dependencies-only $CABALOPTS --ghc-options="$GHCOPTS" pandoc-cli
- cabal build --dependencies-only --constrain "text -simdutf" --constrain "text == 2.0.2" $CABALOPTS --ghc-options="$GHCOPTS" pandoc-cli
upload_caches:
- cabal_store
package_script: