Build rocksdb on linux and macos in simulator CI (#2798)

This commit is contained in:
andri lim 2024-10-29 14:16:14 +07:00 committed by GitHub
parent fa95633b57
commit d2d6d865cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |