This script is intended to be used by all the nodes participating in the boot sequence.
Very highlevel description of the stepts to be performed:
- Checkout and verify code
- Apply patches
- Build
- Spit out env file so we can test "sandboxed"
Hope this will be helpfull.
<3 Trinity (EOS BPs Group 3)
prepares eos checkout and applies all the needed patches
builds eos quietly and logs to a build.log, informs the caller on state of build
To test prepare and build process use:
docker run -v $(pwd):/root/build -it eosio/builder
For info on installed dependencies see:
https://github.com/EOSIO/eos/blob/master/Docker/builder/Dockerfile