aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-18 09:14:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-18 09:14:12 -0700
commit89a89a8cf33e1558e8a477f98a2c73bc224ccf60 (patch)
tree4434db9055c86a2e2a94cc9deb9237962d5066fe /linux
parent27d7652329a5576f928cc5209324e618560b610f (diff)
downloadpandoc-89a89a8cf33e1558e8a477f98a2c73bc224ccf60.tar.gz
make_artifacts.sh: try using -j for cabal rather than -j4 ghc-options.
Diffstat (limited to 'linux')
-rw-r--r--linux/make_artifacts.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh
index cb7bf4c8c..b5625be1f 100644
--- a/linux/make_artifacts.sh
+++ b/linux/make_artifacts.sh
@@ -26,9 +26,9 @@ ghc --version
cabal v2-update
cabal v2-clean
-cabal v2-configure --enable-tests -f-export-dynamic -fembed_data_files --enable-executable-static --ghc-options '-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread' pandoc
-cabal v2-build
-cabal v2-test -j4
+cabal v2-configure --enable-tests -f-export-dynamic -fembed_data_files --enable-executable-static --ghc-options '+RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread' pandoc
+cabal v2-build -j
+cabal v2-test -j
for f in $(find dist-newstyle -name 'pandoc' -type f -perm /400); do cp $f /artifacts/; done
# make deb