crystal-lang / shards

Dependency manager for the Crystal language
Other
763 stars 100 forks source link

Honour `CRYSTAL` env var #534

Closed straight-shoota closed 2 years ago

straight-shoota commented 2 years ago

This is a reissue of #415 reduced to the original scope. It makes shards honour the CRYSTAL environment variable when calling the crystal program to determine the Crystal version and for shards build.

Resolves #406

oprypin commented 2 years ago

Specs fail on Windows

straight-shoota commented 2 years ago

Yeah, that was #532

oprypin commented 2 years ago

Seems not ¯\_(ツ)_/¯

straight-shoota commented 2 years ago

Yeah, now we get the actual failures on windows. Not the unrelated ones.

Sija commented 2 years ago

Windows doesn't like ${CRYSTAL:-crystal} within the command.