Increase number of worker threads in CI.

This commit is contained in:
Michael Schaffner 2018-10-26 16:41:12 +02:00
parent 3f9f93990d
commit bfc38d970b
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=4
- export NUM_JOBS=8
- ci/make-tmp.sh
- git submodule update --init --recursive