denoland / rusty_v8

Rust bindings for the V8 JavaScript engine
https://crates.io/crates/v8
MIT License
3.21k stars 305 forks source link

sccache is not caching anything on mac #971

Open piscisaureus opened 2 years ago

piscisaureus commented 2 years ago

This is due to the fact chromium's build uses at least one build flag that sccache doesn't understand (so it refuses to cache).

Upgrading our (dated) version of sccache to the latest (0.3.0) does not help. (It actually makes things worse as 0.3.0 also caches nothing on Windows.)

Unsupported flags:

lucacasonato commented 2 years ago

This has been fixed in sscache@main. See https://github.com/mozilla/sccache/pull/1181. Thanks @bc-lee!