rusty_v8
rusty_v8 copied to clipboard
sccache is not caching anything on mac
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:
-
-Xclang -no-opaque-pointers
- (there might be more)
This has been fixed in sscache@main. See https://github.com/mozilla/sccache/pull/1181. Thanks @bc-lee!