Verbose output for SageMath extraction

This commit is contained in:
Radon Rosborough 2021-01-23 14:08:11 -08:00
parent d7a3e9cb99
commit 25c5dc8980
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@ install:
sudo mkdir /opt/sagemath
sudo chown riju:riju /opt/sagemath
tar -xf sage.tar.bz2 -C /opt/sagemath --strip-components=1
# Verbose output because otherwise CircleCI thinks nothing is
# happening for too long, and kills the job.
tar -xvf sage.tar.bz2 -C /opt/sagemath --strip-components=1
python2 /opt/sagemath/relocate-once.py