phase1: build toolchain without ccache
authorJo-Philipp Wich <jo@mein.io>
Tue, 25 Sep 2018 14:02:21 +0000 (16:02 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 25 Sep 2018 14:02:21 +0000 (16:02 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg

index de46c1b5b05885654fda907a9ab9377822e93d09..f5068675bafc9e6485f65774f97795da1f964e96 100644 (file)
@@ -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
        ))