Reduce number of CI runner threads.

This commit is contained in:
Michael Schaffner 2018-10-31 19:24:56 +01:00
parent 2cce24643a
commit efce57f1c4
No known key found for this signature in database
GPG key ID: 7AA09AE049819C2C

View file

@ -14,7 +14,7 @@ before_script:
- export C_INCLUDE_PATH=$RISCV/include:$VERILATOR_ROOT/include:/usr/pack/gcc-7.2.0-af/linux-x64/include
- export CPLUS_INCLUDE_PATH=$RISCV/include:$VERILATOR_ROOT/include:/usr/pack/gcc-7.2.0-af/linux-x64/include
# number of parallel jobs to use for make commands and simulation
- export NUM_JOBS=8
- export NUM_JOBS=4
- ci/make-tmp.sh
- git submodule update --init --recursive