From e4484ee74bce3b3334439ac7df73decabb321adb Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Fri, 23 Jul 2021 23:46:12 -0700 Subject: [PATCH] Allow all languages in CI --- langs/ante.yaml | 3 --- langs/unison.yaml | 4 ---- 2 files changed, 7 deletions(-) diff --git a/langs/ante.yaml b/langs/ante.yaml index c2b413b..2f34309 100644 --- a/langs/ante.yaml +++ b/langs/ante.yaml @@ -28,9 +28,6 @@ install: cp target/release/ante "${pkg}/usr/local/bin/" cp -R stdlib "${pkg}/opt/ante/" popd - # Disallow this from running in CI because compiling LLVM takes 5+ - # hours on the standard CircleCI runner. - disallowCI: true setup: | mkdir -p "$HOME/.config/ante" diff --git a/langs/unison.yaml b/langs/unison.yaml index e6d1d62..a210323 100644 --- a/langs/unison.yaml +++ b/langs/unison.yaml @@ -21,10 +21,6 @@ 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