mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 22:04:52 +00:00
fix CI again
This commit is contained in:
parent
f50fade5de
commit
f93562b45a
@ -42,7 +42,7 @@ install:
|
||||
|
||||
script:
|
||||
- set -e # fail fast
|
||||
- make -j2 update # allow detecting and building a new Nim compiler
|
||||
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" update # to allow a newer Nim version to be detected
|
||||
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}"
|
||||
- build/nimbus --help
|
||||
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" test test-reproducibility
|
||||
|
Loading…
x
Reference in New Issue
Block a user