Trust-Machines-Archive / stacks-blockchain

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
0 stars 0 forks source link

refactor: Move out git env population from build.rs to shared crate #7

Closed netrome closed 1 year ago

netrome commented 1 year ago

This all looks good though I would like to see the body of main() remain as it shows what env variables are being set and I think build.rs is a good place to keep that info.

Fair point, I was already a bit torn whether to factor out the contents of main or not. I'll update :)

netrome commented 1 year ago

Done! Amended the commit to keep the history clean.