Added toolchain distribution, this allows us to reduce compile time as we rarely update the rustc, and even if we update, I can use my PC to build the toolchain then continue fast development on the laptop.
Related issue
Fixes #87
Changes
Added toolchain distribution through CI.
Modified parts of make files to allow usage of preinstalled toolchain.
updated docs to reflect those.
Checklist
[x] The changes are tested and works as expected (mention if not)
Summary
Added toolchain distribution, this allows us to reduce compile time as we rarely update the rustc, and even if we update, I can use my PC to build the toolchain then continue fast development on the laptop.
Related issue
Fixes #87
Changes
Checklist