eosnetworkfoundation / eos-evm-contract

EOS EVM
Other
22 stars 14 forks source link

Resolve CMake Dependency Issues #333

Open kj4ezj opened 1 year ago

kj4ezj commented 1 year ago

From issue 242, I found the cmake command performs dependency builds that:

This is frankly absurd. Are we building Linux from scratch, and then using it to build all dependencies and the operating system? None of our other ENF or AntelopeIO products take more than ~10 seconds to generate make files, none of them install dependencies to the user's system outside of the build or repo folder without consent, none of them perform git clones, and none of them perform make builds. The fact that an n2d-standard-224 could not complete the entire TrustEVM node build within ten minutes suggests there is a fundamental issue with this project architecture.

Acceptance Criteria

cc32d9 commented 1 year ago

just bumped into that, and it's only using one CPU core. Still waiting for it to finish. Also, it took over 1.5GB of space in ~/.hunter