nimbus-eth1/docker/dist
web3-developer 0c9f25a845
Try fixing nightly build. (#2115)
* Add -lrocksdb to fix windows and macos builds.

* Link in windows required libraries.
2024-03-28 23:20:43 +08:00
..
base_image Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
binaries Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
0001-Makefile-support-Mingw-more-cross-compilation.patch dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
Dockerfile.amd64 Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.arm Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.arm64 Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.macos Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.macos-arm64 Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
Dockerfile.win64 Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
README-Windows.md.tpl dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
README.md.tpl dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
entry_point.sh Try fixing nightly build. (#2115) 2024-03-28 23:20:43 +08:00
rocksdb-7.0.2-arm.patch dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00

README.md.tpl

# Binary Nimbus distribution

This binary distribution of the Nimbus eth1 package is compiled
in a [reproducible way](https://reproducible-builds.org/) from source files
hosted at https://github.com/status-im/nimbus-eth1.

The tarball containing this README uses the following naming scheme:

```bash
nimbus-eth1_<TARGET OS>_<TARGET CPU>_<VERSION>_<GIT COMMIT>.tar.gz
```

## Reproducing the build

Besides the generic build requirements, you also need [Docker](https://www.docker.com/).

```bash
git clone https://github.com/status-im/nimbus-eth1.git
cd nimbus-eth1
git checkout GIT_COMMIT
make update
make dist
```

## Significant differences from self-built binaries

No `-march=native`.