Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Issue 367133002: Remove PATH tweaking for goma and clang from compile.py. (Closed)

Created:
6 years, 5 months ago by Nico
Modified:
6 years, 5 months ago
CC:
chromium-reviews, cmp-cc_chromium.org, ilevy-cc_chromium.org, kjellander+cc_chromium.org, kjellander_chromium, Michael Achenbach, jochen (gone - plz use gerrit), bradnelson, binji, Yoshisato Yanagisawa, ukai
Project:
tools
Visibility:
Public.

Description

Remove PATH tweaking for goma and clang from compile.py. PATH tweaking was too complicated for devs. Instead, gyp files should set CC_wrapper and friends in their gyp files if use_goma=1 is set, then this happens automatically. Since devs use this new workflow, all bots have been converted to it too. This removes the old, now-unused way of PATH-tweaking from compile.py. (Except for the codesearch bot, which still lives in the old world.) It also removes the same tweaking from the make code. As far as I know, no bots that use goma still use make, so this should be safe too. BUG=332697 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=281068

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -107 lines) Patch
M build/scripts/slave/compile.py View 1 2 5 chunks +6 lines, -107 lines 1 comment Download

Messages

Total messages: 12 (0 generated)
Nico
6 years, 5 months ago (2014-07-02 18:40:58 UTC) #1
iannucci
awesome! lgtm.
6 years, 5 months ago (2014-07-02 18:51:11 UTC) #2
Nico
The CQ bit was checked by thakis@chromium.org
6 years, 5 months ago (2014-07-02 19:08:02 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/367133002/20001
6 years, 5 months ago (2014-07-02 19:08:51 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-02 19:09:53 UTC) #5
commit-bot: I haz the power
Presubmit check for 367133002-20001 failed and returned exit status 1. Running presubmit commit checks ...
6 years, 5 months ago (2014-07-02 19:09:53 UTC) #6
Nico
The CQ bit was checked by thakis@chromium.org
6 years, 5 months ago (2014-07-02 19:20:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/367133002/40001
6 years, 5 months ago (2014-07-02 19:21:02 UTC) #8
Nico
(cc'ing a few goma folks who are probably interested in this too)
6 years, 5 months ago (2014-07-02 19:21:26 UTC) #9
commit-bot: I haz the power
Change committed as 281068
6 years, 5 months ago (2014-07-02 19:22:57 UTC) #10
Michael Achenbach
https://codereview.chromium.org/367133002/diff/40001/build/scripts/slave/compile.py File build/scripts/slave/compile.py (left): https://codereview.chromium.org/367133002/diff/40001/build/scripts/slave/compile.py#oldcode612 build/scripts/slave/compile.py:612: clang_dir = os.path.join(options.src_dir, Now that it landed, I see ...
6 years, 5 months ago (2014-07-03 07:25:29 UTC) #11
smut
6 years, 5 months ago (2014-07-09 19:05:34 UTC) #12
Message was sent while issue was closed.
FYI this caused https://code.google.com/p/chromium/issues/detail?id=392579.

Powered by Google App Engine
This is Rietveld 408576698