Closed emilio closed 5 years ago
r? @jdm
@bors-servo r+
:pushpin: Commit 3a05413 has been approved by jdm
:hourglass: Testing commit 3a054130e98e9ba6d1b99905125bd70f1559dcd7 with merge b35fbd82a8828fbeb9574fc04f009d249dc02d8b...
:sunny: Test successful - checks-travis Approved by: jdm Pushing b35fbd82a8828fbeb9574fc04f009d249dc02d8b to master...
Some distros like fedora auto-opt-in to ccache already if installed by putting symlinks in $PATH (so
clang
points to/usr/lib64/ccache/clang
).This uses the same approach as mozjs and others to avoid calling ccache recursively.
This change is