From 82dd1b732d2f7786726a29e7036c43d920966a07 Mon Sep 17 00:00:00 2001 From: monacoremo <59358383+monacoremo@users.noreply.github.com> Date: Fri, 12 Nov 2021 19:56:57 +0100 Subject: [PATCH] ci: disable cirrusci stack work cache which seems to create issues --- .cirrus.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5521f840b..825bc156d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,11 +10,6 @@ build_task: fingerprint_script: cat postgrest.cabal stack.yaml.lock reupload_on_changes: false - stack_work_cache: - folders: .stack-work - fingerprint_script: cat postgrest.cabal stack.yaml.lock - reupload_on_changes: false - build_script: stack build -j 1 --local-bin-path . --copy-bins bin_artifacts: path: postgrest