From 033aae586188d696f5be8dd38f312c2af0035339 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 6 Jan 2015 13:45:15 -0800 Subject: [PATCH] profiles: update to latest ccache The current ccache has some sort of locking bug that causes build failures when the cache directory is being created for the first time. This typically results in the first build in a fresh SDK failing. --- .../profiles/coreos/base/package.accept_keywords | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index 8814d6f761..280ba1d25e 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -112,3 +112,6 @@ dev-util/checkbashisms # >=3.16 required by docker 1.4 =sys-fs/btrfs-progs-3.17.1 + +# ccache 3.1.9 (current stable) has a locking bug +=dev-util/ccache-3.2.1-r1