From 8d0432b961706e9b4f16da4ea9b77ffeb7d9225c Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 4 Jan 2023 16:56:07 +0800 Subject: [PATCH] Make sure FreeBSD runner uses GMT This should fix parsing issues in amazonka and cabal-cache: * https://github.com/haskell-works/cabal-cache/issues/207 * https://github.com/brendanhay/amazonka/issues/866 --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index d85fc18..75f8a4c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,6 +17,8 @@ task: S3_HOST: ENCRYPTED[ce961780a33159f7d1d8046956b5ac6ebc3bfc8149428e5f538576cda51d9f3d0c35b79cdd1e325793639ff6e31f889d] install_script: pkg install -y ghc hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake script: + - tzsetup Etc/GMT + - adjkerntz -a - bash .github/scripts/build.sh - bash .github/scripts/test.sh binaries_artifacts: