Disallow Unison from running in CI

This commit is contained in:
Radon Rosborough 2021-01-24 10:05:32 -08:00
parent 373bb01222
commit d78dbaf9d8
1 changed files with 4 additions and 0 deletions

View File

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