Bump no_output_timeout a lot for SageMath
This commit is contained in:
parent
6e3250e943
commit
8880d79049
|
@ -15,4 +15,6 @@ jobs:
|
||||||
image: ubuntu-2004:202010-01
|
image: ubuntu-2004:202010-01
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: tools/ci-bootstrap.bash
|
- run:
|
||||||
|
command: tools/ci-bootstrap.bash
|
||||||
|
no_output_timeout: 1h
|
||||||
|
|
|
@ -19,10 +19,7 @@ install:
|
||||||
|
|
||||||
sudo mkdir /opt/sagemath
|
sudo mkdir /opt/sagemath
|
||||||
sudo chown riju:riju /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
|
python2 /opt/sagemath/relocate-once.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue