From 09e3c498110eb782eed42d26ec24ea72dd011dc8 Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 5 Mar 2018 17:58:25 -0500 Subject: [PATCH] catalyst: Disable ccache It provides no value when it works, and it's randomly causing failures to build toolchains due to permissions problems after certain releases. This also requires taking it out of FEATURES in the portage profile (which is the SDK profile by default). Test Jenkins runs of SDK and toolchains jobs both ran in the same time as with ccache enabled. --- build_library/catalyst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/catalyst.sh b/build_library/catalyst.sh index 6e39987e34..ea1fccf774 100644 --- a/build_library/catalyst.sh +++ b/build_library/catalyst.sh @@ -58,7 +58,7 @@ cat <