crystal-lang / shards

Dependency manager for the Crystal language
Other
765 stars 102 forks source link

Don't use compile-time shell commands to determine build timestamp #438

Closed oprypin closed 4 years ago

oprypin commented 4 years ago

This closely follows https://github.com/crystal-lang/crystal/pull/9088 and moves non-essential shell commands to Makefile, passing the values through environment variables.

This is part of work to bring 'shards' to Windows.

straight-shoota commented 4 years ago

Thank you @oprypin