bisgardo / concordium-docker

A collection of scripts and configuration files to build and deploy a containerized node for the Concordium blockchain.
The Unlicense
5 stars 2 forks source link

Don't unnecessarily build build tools from source #63

Closed bisgardo closed 1 year ago

bisgardo commented 1 year ago

We currently build both cmake, flatc, and protoc from source. This adds a lot of time to the build for things that could just be downloaded pre-compiled.

We should only build such tools ourselves if the desired version isn't released in binary form.