Layr-Labs / eigenda

Secure, high-throughput, and decentralized Data Availability
https://www.eigenlayer.xyz/
Other
220 stars 168 forks source link

'make protoc' now utilizes docker workflow by default. #748

Closed cody-littley closed 3 weeks ago

cody-littley commented 1 month ago

Why are these changes needed?

This change makes make protoc use the dockerized workflow by default. make protoc-local can be used for the legacy build workflow that does not utilize docker.

Checks