GN: turn off ccache
authormtklein <mtklein@chromium.org>
Wed, 7 Sep 2016 12:12:34 +0000 (05:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 7 Sep 2016 12:12:34 +0000 (05:12 -0700)
commitb58fe9b89965ba8cbfe4b5630bb1f6cdc2755fda
tree8db49f3600d6cec34550335f94a3adc84a9d8e3a
parent28d1ce5c40123e2fbd802cf9c32cd6ebcf72ea0b
GN: turn off ccache

I just burned 2 days debugging a confusing interaction between ccache
and the -fsanitize-blacklist argument to Clang.  Let's see if we can
live without ccache (swarming affinity + Ninja seems pretty decent).

As a point of reference, the Mac bots have been looking for ccache but
failing to find it.  They're proof this will be fine.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2310063003

Review-Url: https://codereview.chromium.org/2310063003
infra/bots/recipe_modules/flavor/gn_android_flavor.py
infra/bots/recipe_modules/flavor/gn_flavor.py
infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-mipsel-Debug-GN_Android.json
infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-x86_64-Release-GN.json
infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-arm64-Release-GN_Android.json
infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-x86_64-Debug-GN.json
infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json
infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE.json
infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-Fast.json
infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json
infra/bots/recipes/swarm_compile.py