phase1: correct PATH order for ccachestat
authorThibaut VARÈNE <hacks@slashdirt.org>
Sat, 21 Jul 2018 16:38:37 +0000 (18:38 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 25 Sep 2018 13:13:35 +0000 (15:13 +0200)
prefer host-wide first

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg

index 428f1f5de08dfad83b81ae34223745004f14a230..e58209ddc8c2a50d1ca340044bdb7547412b2bfb 100644 (file)
@@ -1049,7 +1049,7 @@ for target in targets:
                name = "ccachestat",
                description = "Reporting ccache stats",
                command=["ccache", "-s"],
-               env = MakeEnv(overrides={ 'PATH': ["./staging_dir/host/bin", "${PATH}"] }),
+               env = MakeEnv(overrides={ 'PATH': ["${PATH}", "./staging_dir/host/bin"] }),
                want_stderr = False,
                haltOnFailure = False,
                flunkOnFailure = False,