rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

sccache is not caching anything on mac

Open piscisaureus opened this issue 2 years ago • 1 comments

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)

piscisaureus avatar May 18 '22 08:05 piscisaureus

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

lucacasonato avatar Jun 14 '22 10:06 lucacasonato