diff options
| author | John MacFarlane <[email protected]> | 2023-07-11 14:56:53 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-11 14:56:53 -0700 |
| commit | 6216c2016222049345f9b8b8a4ec7386358f2821 (patch) | |
| tree | e9f090d9417dba2b0e2e0d45183b1555cf7a1689 /.cirrus.yml | |
| parent | 0273ff3b316b0bb8e8e71a1fdf9cb3adaeb318aa (diff) | |
Cirrus build: a better way to print info about dependent packages.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 2f8871cc5..a5d1473c5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,10 +38,11 @@ task: fingerprint_key: linux_arm64_2023_03_11 deps_script: - cabal update - - cabal build -v --dependencies-only $CABALOPTS --ghc-options="$GHCOPTS" pandoc-cli + - cabal build --dependencies-only $CABALOPTS --ghc-options="$GHCOPTS" pandoc-cli upload_caches: - cabal_store package_script: + - cabal freeze && cat cabal.project.freeze - bash linux/make_artifacts.sh linux_arm64_artifacts: path: ./linux-arm64/** |
