mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 18:05:48 +00:00
Nother try.
This commit is contained in:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user