Allow all languages in CI

This commit is contained in:
Radon Rosborough 2021-07-23 23:46:12 -07:00
parent 6845be0ca1
commit e4484ee74b
2 changed files with 0 additions and 7 deletions

View File

@ -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"

View File

@ -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