mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
Build rocksdb on linux and macos in simulator CI (#2798)
This commit is contained in:
parent
fa95633b57
commit
d2d6d865cb
4
.github/workflows/simulators.yml
vendored
4
.github/workflows/simulators.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
run: |
|
||||
ncpu=$(nproc)
|
||||
make -j${ncpu} ARCH_OVERRIDE=x64 CI_CACHE=NimBinaries update-from-ci
|
||||
make -j${ncpu} deps
|
||||
make -j${ncpu} deps rocksdb
|
||||
|
||||
- name: Run Simulators
|
||||
run: |
|
||||
@ -84,7 +84,7 @@ jobs:
|
||||
run: |
|
||||
ncpu=$(sysctl -n hw.ncpu)
|
||||
make -j${ncpu} ARCH_OVERRIDE=x64 CI_CACHE=NimBinaries update-from-ci
|
||||
make -j${ncpu} deps
|
||||
make -j${ncpu} deps rocksdb
|
||||
|
||||
- name: Run Simulators
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user