julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

Feature request: ability to opt-in to an assert build for nightlies #87

Open DilumAluthge opened 3 years ago

DilumAluthge commented 3 years ago

I think this probably only makes sense for nightlies.

SaschaMann commented 3 years ago

Should it be the default or should there be a separate version like nightly-assert?

DilumAluthge commented 3 years ago

Should it be the default or should there be a separate version like nightly-assert?

Definitely not the default.

DilumAluthge commented 3 years ago

It could be nice to make the API compatible with #88, so that I could both choose the commit and also use an assert build.

SaschaMann commented 3 years ago

An extra input would allow that.