projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc6b64
)
phase1: correct PATH order for ccachestat
author
Thibaut VARÈNE
<hacks@slashdirt.org>
Sat, 21 Jul 2018 16:38:37 +0000
(18:38 +0200)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index 428f1f5de08dfad83b81ae34223745004f14a230..e58209ddc8c2a50d1ca340044bdb7547412b2bfb 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-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,