mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-01 09:17:52 +00:00
cde970c513
And a new Make target: "dist-test" - it simply runs the beacon_node binary produced by "make dist", with "--help", inside a Debian Bullseye image.
Binary Nimbus beacon_node distribution
This binary distribution was created from https://github.com/status-im/nimbus-eth2
Tarball naming scheme: "nimbus-eth2_Linux_amd64__.tar.gz" (the date is in UTC).
Reproducing the build
Besides the generic build requirements, you also need Docker.
git clone https://github.com/status-im/nimbus-eth2.git
cd nimbus-eth2
git checkout GIT_COMMIT
make update
make dist
Significant differences from self-built binaries
No -march=native
and no metrics support.