MaikKlein / rlsl

Rust to SPIR-V compiler
Apache License 2.0
557 stars 14 forks source link

Installing a specific nightly version automatically #71

Open MaikKlein opened 5 years ago

MaikKlein commented 5 years ago

rlsl depends on the nightly compiler and therefore requires a specific version of it. I don't want to update the nightly compiler every week or so just to make rlsl build.

The problem is targeting specific nightlies is a bit difficult with rustup. I am currently experimenting with a custom CI and an install script that downloads the artefacts for the user.