From d78dbaf9d82a1dd8ec1d94eb2b4b91adcea9352c Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 24 Jan 2021 10:05:32 -0800 Subject: [PATCH] Disallow Unison from running in CI --- langs/unison.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/langs/unison.yaml b/langs/unison.yaml index bc0f008..342ded6 100644 --- a/langs/unison.yaml +++ b/langs/unison.yaml @@ -21,6 +21,10 @@ install: "${pkg}/usr/local/bin/unison" -codebase . init LESS="+q" "${pkg}/usr/local/bin/unison" -codebase . <<< 'pull https://github.com/unisonweb/base:.trunk .base' popd + # Doing the pull operation seems to hang forever in CI, and then + # eventually the job gets killed. I think it might be using too much + # memory. + disallowCI: true setup: | shopt -s dotglob