exercism / rust-test-runner

GNU Affero General Public License v3.0
3 stars 15 forks source link

Use sccache with prepopulated compilation cache #42

Closed dhovart closed 1 year ago

dhovart commented 2 years ago

As suggested in #35

I'm keeping this as a draft since some crates (such as crossbeam) fail to compile when retrieving their latest version, meaning the whole build fails.

Once it is possible to specify a version for a given crate (this change is in #40, not merged yet) it'll' be easier to solve.

dhovart commented 1 year ago

Already adressed in https://github.com/exercism/rust-test-runner/pull/81