ci: try with 4G swap

This commit is contained in:
Ben Sima 2020-10-19 15:18:52 -04:00
parent 596feabf0d
commit 5ad200bf0c

View File

@ -5,6 +5,11 @@ dist: xenial
# container which has "~4G"
virt: vm
before_script:
# get more swap
- sudo fallocate -l 4G /swapfile
- sudo chmod 600 /swapfile
- sudo mkswap /swapfile
- sudo swapon /swapfile
# get urbit
- curl -O https://bootstrap.urbit.org/urbit-v0.10.8-linux64.tgz
- tar xzf urbit-v0.10.8-linux64.tgz