diff options
| author | John MacFarlane <[email protected]> | 2023-03-12 10:15:53 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-12 10:15:53 -0700 |
| commit | 7a8be778691e7c3d144b1ee077a646d88a01dc5c (patch) | |
| tree | 38aca87c7bfd70602df52ef6aa394eecac1216d5 /.cirrus.yml | |
| parent | b79775991f1b48325538a2ba6a88279ffbe8db63 (diff) | |
linux release builds: split build and package steps.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index db8e505d7..c133c0eeb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -32,8 +32,11 @@ task: folder: ~/.cabal/store fingerprint_key: linux_arm64_2023_03_11 build_script: - - ARTIFACTS=./linux/artifacts sh linux/make_artifacts.sh + - cabal update + - cabal install -f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j4 --ghc-options="-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread" pandoc-cli --install-method=copy --overwrite-policy=always --installdir=. upload_caches: - cabal_store + package_script: + - ARTIFACTS=./linux/artifacts sh linux/make_artifacts.sh artifacts: path: ./linux/artifacts/* |
