Skip to content

Prevent the build cache for the installer getting clobbered

bjorn3 requested to merge bjorn3/redox:avoid_rebuild into master

Previously it was getting built by two different toolchains (nightly from rustup and the relibc prefix) Also some env vars differed between both invocations causing blake3 and sodiumoxide to get rebuilt.

Merge request reports