You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make ccache work with jcc. The best solution here might be for jcc to just call out to the fake clang/clang++ symlinks that really point to ccache (if this doesn't already work).
Get rid of recompile, and just use/overwrite compile in cached images. At this point, we just need to inject PATH=/ccache/bin:$PATH to make use of ccache
Create ccache wrappers for clang[++]-jcc, and remove the explicit path
from the CC/CXX variables in target_experiment.py.
Note: this is not fully tested end to end yet.
Part of google/oss-fuzz-gen#682.
Create ccache wrappers for clang[++]-jcc, and remove the explicit path
from the CC/CXX variables in target_experiment.py.
Note: this is not fully tested end to end yet.
Part of google/oss-fuzz-gen#682.
Overall goal:
Replace chronos build (https://github.com/google/oss-fuzz/tree/dd978a43f8b4c57a95258de921b3e0331c8cb77e/infra/experimental/chronos) with what's described here: Add ccache to base-builder. oss-fuzz#12675 (comment)
Have OSS-Fuzz-Gen use this.
Breakdown of steps:
recompile
, and just use/overwritecompile
in cached images. At this point, we just need to injectPATH=/ccache/bin:$PATH
to make use of ccacheThe text was updated successfully, but these errors were encountered: