--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/f077bff4-8a1f-47c4-8304-cfe975311eb8n%40chromium.org.
~/cr/src> ccache -sCacheable calls: 64547 / 859950 ( 7.51%)Hits: 11750 / 64547 (18.20%)Direct: 192 / 11750 ( 1.63%)Preprocessed: 11558 / 11750 (98.37%)Misses: 52797 / 64547 (81.80%)Uncacheable calls: 795387 / 859950 (92.49%)Errors: 16 / 859950 ( 0.00%)Local storage:Cache size (GiB): 3.9 / 5.0 (78.14%)Hits: 11750 / 64547 (18.20%)Misses: 52797 / 64547 (81.80%)
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CADZ1XiYr47Die28ith2jjeRNQtzY5q%3DKuLRwRpLc7Uhg7LrPKQ%40mail.gmail.com.
Hi.It looks ccache does not support C++20 modules yet.———————————————————————————————————Yuta Sekiguchi (関口雄太) | ACCESS CO., LTD.2025年11月13日木曜日 6:34:38 UTC+9 Lei Zhang:
.
"[2025-11-13T08:32:02.150733 2512461] Compiler option -fmodules is unsupported without direct depend mode"
This is the env variables configuration that worked -~/cr/src/out/Debug> gn clean .~/cr/src/out/Debug> autoninja base_unittestsoffline modeexec_root=/home/sidhin/cr/src dir=out/Debug5.08s Regenerating ninja filesbuild finishedlocal:5622 remote:0 cache:0 cache-write:0(err:0) fallback:0 retry:0 skip:1592fs: ops: 208856(err:49886) / r:40296(err:0) 4.34GiB / w:1419(err:0) 178.64MiB41.52s Build Succeeded: 5622 steps - 135.42/s~/cr/src/out/Debug> ccache -sCacheable calls: 3797 / 3797 (100.0%)Hits: 3797 / 3797 (100.0%)Direct: 3797 / 3797 (100.0%)Preprocessed: 0 / 3797 ( 0.00%)Misses: 0 / 3797 ( 0.00%)Local storage:Cache size (GB): 0.6 / 200.0 ( 0.30%)Hits: 3797 / 3797 (100.0%)Misses: 0 / 3797 ( 0.00%)
This is all linux btw.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/1763025017200.974081193.2307776807%40vivaldi.com.
This is just speculation on my part, but https://crrev.com/1515831