From: Jo-Philipp Wich Date: Tue, 25 Sep 2018 14:02:21 +0000 (+0200) Subject: phase1: build toolchain without ccache X-Git-Tag: v1~119 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=387c14a671179c7c6f0172772a0cbcba35f34e2f;p=buildbot.git phase1: build toolchain without ccache Signed-off-by: Jo-Philipp Wich --- diff --git a/phase1/master.cfg b/phase1/master.cfg index de46c1b..f506867 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -717,7 +717,7 @@ for target in targets: name = "toolchain", description = "Building and installing toolchain", command=["make", Interpolate("-j%(kw:jobs)s", jobs=GetNumJobs), "toolchain/install", "V=s"], - env = MakeEnv(tryccache=True), + env = MakeEnv(), haltOnFailure = True ))