mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 11:54:46 -04:00
Reduce number of CI runner threads.
This commit is contained in:
parent
2cce24643a
commit
efce57f1c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue