mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 22:04:52 +00:00
Merge branch 'nim1.0.4'
This commit is contained in:
commit
2c247e2dd7
@ -48,7 +48,8 @@ matrix:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- set -e # fail fast
|
- set -e # fail fast
|
||||||
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" update # to allow a newer Nim version to be detected
|
# Building Nim-1.0.4 takes up to 10 minutes on Travis - the time limit after which jobs are cancelled for having no output
|
||||||
|
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" V=1 update # to allow a newer Nim version to be detected
|
||||||
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}"
|
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}"
|
||||||
- build/nimbus --help
|
- build/nimbus --help
|
||||||
# -static option will not work for osx unless static system libraries are provided
|
# -static option will not work for osx unless static system libraries are provided
|
||||||
|
2
vendor/nimbus-build-system
vendored
2
vendor/nimbus-build-system
vendored
@ -1 +1 @@
|
|||||||
Subproject commit e31d0fbc90c1313488f04155563c87c96b438218
|
Subproject commit 42c5e97a5ba2cf31a573160e7d0a2efd615334c5
|
Loading…
x
Reference in New Issue
Block a user