68
68
run : |
69
69
gcc --version
70
70
DEFAULT_MAKE_FLAGS="-j${ncpu} ENABLE_VMLOWMEM=${ENABLE_VMLOWMEM} ROCKSDB_CI_CACHE=RocksBinCache"
71
- mingw32-make ${DEFAULT_MAKE_FLAGS} all test_import build_fuzzers
72
- build/nimbus_execution_client.exe --help
73
- # give us more space
74
- # find . -type d -name ".git" -exec rm -rf {} +
71
+ mingw32-make ${DEFAULT_MAKE_FLAGS} all test_import build_fuzzers check_revision
75
72
find . -type d -name "nimcache" -exec rm -rf {} +
76
73
mingw32-make ${DEFAULT_MAKE_FLAGS} test t8n_test eest_full_test
77
74
@@ -80,29 +77,18 @@ jobs:
80
77
run : |
81
78
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
82
79
DEFAULT_MAKE_FLAGS="-j${ncpu} ROCKSDB_CI_CACHE=RocksBinCache"
83
- env CC=gcc make ${DEFAULT_MAKE_FLAGS} all test_import build_fuzzers
80
+ env CC=gcc make ${DEFAULT_MAKE_FLAGS} all test_import build_fuzzers check_revision
84
81
build/nimbus_execution_client --help
85
82
# CC, GOARCH, and CGO_ENABLED are needed to select correct compiler 32/64 bit
86
- # pushd vendor/nimbus-eth2
87
- # env NIMBUSEL_BINARY=../../build/nimbus_execution_client NIMBUSEL_GENESIS=scripts/nimbusel_genesis.json \
88
- # ./scripts/launch_local_testnet.sh --nodes=3 --stop-at-epoch=7 \
89
- # --disable-htop --reuse-binaries --run-nimbus-el --dl-eth2 --verbose --kill-old-processes
90
- # popd
91
83
env CC=gcc GOARCH=${GOARCH} CXX=g++ CGO_ENABLED=1 make ${DEFAULT_MAKE_FLAGS} test t8n_test eest_full_test
92
84
93
85
- name : Run nimbus-eth1 tests (Macos)
94
86
if : runner.os == 'Macos'
95
87
run : |
96
88
export ZERO_AR_DATE=1 # avoid timestamps in binaries
97
89
DEFAULT_MAKE_FLAGS="-j${ncpu} ROCKSDB_CI_CACHE=RocksBinCache"
98
- make ${DEFAULT_MAKE_FLAGS} all test_import build_fuzzers
99
- build/nimbus_execution_client --help
90
+ make ${DEFAULT_MAKE_FLAGS} all test_import build_fuzzers check_revision
100
91
# "-static" option will not work for osx unless static system libraries are provided
101
- # pushd vendor/nimbus-eth2
102
- # env NIMBUSEL_BINARY=../../build/nimbus_execution_client NIMBUSEL_GENESIS=scripts/nimbusel_genesis.json \
103
- # ./scripts/launch_local_testnet.sh --nodes=3 --stop-at-epoch=7 \
104
- # --disable-htop --reuse-binaries --run-nimbus-el --dl-eth2 --verbose --kill-old-processes
105
- # popd
106
92
make ${DEFAULT_MAKE_FLAGS} test t8n_test eest_full_test
107
93
108
94
lint :
0 commit comments