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

Issue 249443002: Add helper comment for icecc users. (Closed)

Created:
6 years, 8 months ago by dshwang
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add helper comment for icecc users. Set linux_use_bundled_binutils to 1 when using icecc to avoid the incompatible build flag; -B. https://github.com/icecc/icecream/commit/b2ce5b9cc4bd1900f55c3684214e409fa81e7a92 BUG=352046

Patch Set 1 #

Patch Set 2 : #

Total comments: 11

Patch Set 3 : define use_icecc after all goma variables #

Patch Set 4 : remove unrelated change of linux_use_gold_flags #

Patch Set 5 : Apply reviewer's advice #

Total comments: 1

Patch Set 6 : Change the goal of CL, just comment for new commer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M build/common.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
dshwang
Hi, imo, now handling icee becomes too complicated to manage by individual themselves. What do ...
6 years, 8 months ago (2014-04-23 14:49:50 UTC) #1
Inactive
Right now, we use "linux_use_bundled_binutils=0" to get icecc working. This is not very complicated IMHO.
6 years, 8 months ago (2014-04-23 14:52:21 UTC) #2
dshwang
On 2014/04/23 14:52:21, Chris Dumez wrote: > Right now, we use "linux_use_bundled_binutils=0" to get icecc ...
6 years, 8 months ago (2014-04-23 15:03:39 UTC) #3
dshwang
https://codereview.chromium.org/249443002/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/249443002/diff/20001/build/common.gypi#newcode170 build/common.gypi:170: 'use_goma%': 0, we already have use_goma, so imo it's ...
6 years, 8 months ago (2014-04-23 15:05:20 UTC) #4
Mostyn Bramley-Moore
On 2014/04/23 14:52:21, Chris Dumez wrote: > Right now, we use "linux_use_bundled_binutils=0" to get icecc ...
6 years, 8 months ago (2014-04-23 15:06:51 UTC) #5
dshwang
On 2014/04/23 15:06:51, Mostyn Bramley-Moore wrote: > On 2014/04/23 14:52:21, Chris Dumez wrote: > > ...
6 years, 8 months ago (2014-04-23 15:33:09 UTC) #6
Lei Zhang
I'd prefer use_icecc to set the other build flags as a convenience, rather than checking ...
6 years, 8 months ago (2014-04-23 18:17:36 UTC) #7
dshwang
On 2014/04/23 18:17:36, Lei Zhang wrote: > I'd prefer use_icecc to set the other build ...
6 years, 8 months ago (2014-04-23 19:28:45 UTC) #8
Lei Zhang
On 2014/04/23 19:28:45, dshwang wrote: > On 2014/04/23 18:17:36, Lei Zhang wrote: > > I'd ...
6 years, 8 months ago (2014-04-23 20:26:17 UTC) #9
dshwang
thank you for kind explanation, but imo current code is not bad. could you review ...
6 years, 8 months ago (2014-04-24 04:18:57 UTC) #10
Mostyn Bramley-Moore
https://codereview.chromium.org/249443002/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/249443002/diff/20001/build/common.gypi#newcode267 build/common.gypi:267: 'use_icecc%': '<(use_icecc)', nitpick: move this down a line, to ...
6 years, 8 months ago (2014-04-24 07:36:52 UTC) #11
dshwang
Thank you for review. https://codereview.chromium.org/249443002/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/249443002/diff/20001/build/common.gypi#newcode267 build/common.gypi:267: 'use_icecc%': '<(use_icecc)', On 2014/04/24 07:36:52, ...
6 years, 8 months ago (2014-04-24 07:51:37 UTC) #12
Lei Zhang
It seems you can just set these two flags to get what you want: linux_use_bundled_binutils=0 ...
6 years, 8 months ago (2014-04-24 19:06:41 UTC) #13
dshwang
On 2014/04/24 19:06:41, Lei Zhang wrote: > It seems you can just set these two ...
6 years, 8 months ago (2014-04-24 20:13:04 UTC) #14
Lei Zhang
On 2014/04/24 20:13:04, dshwang wrote: > Thank you for kind explanation, but > linux_use_bundled_binutils and ...
6 years, 8 months ago (2014-04-24 20:48:09 UTC) #15
dshwang
On 2014/04/24 20:48:09, Lei Zhang wrote: > On 2014/04/24 20:13:04, dshwang wrote: > > Thank ...
6 years, 8 months ago (2014-04-25 07:07:01 UTC) #16
Lei Zhang
So the alternative is to have a linux_use_debug_fission variable as Mostyn suggested. If we were ...
6 years, 8 months ago (2014-04-25 07:34:21 UTC) #17
Mostyn Bramley-Moore
On 2014/04/25 07:34:21, Lei Zhang wrote: > So the alternative is to have a linux_use_debug_fission ...
6 years, 8 months ago (2014-04-25 12:51:11 UTC) #18
dshwang
On 2014/04/25 12:51:11, Mostyn Bramley-Moore wrote: > On 2014/04/25 07:34:21, Lei Zhang wrote: > > ...
6 years, 8 months ago (2014-04-25 14:30:52 UTC) #19
dshwang
Hey, I reopen this CL. Now this CL is just warning for icecc user via ...
6 years, 8 months ago (2014-04-26 15:36:43 UTC) #20
Lei Zhang
On 2014/04/26 15:36:43, dshwang wrote: > Hey, I reopen this CL. Now this CL is ...
6 years, 7 months ago (2014-04-28 20:16:28 UTC) #21
mithro-old
On 2014/04/28 20:16:28, Lei Zhang wrote: > On 2014/04/26 15:36:43, dshwang wrote: > > Hey, ...
6 years, 7 months ago (2014-05-21 00:03:29 UTC) #22
dshwang
6 years, 7 months ago (2014-05-21 09:32:18 UTC) #23
On 2014/05/21 00:03:29, mithro wrote:
> On 2014/04/28 20:16:28, Lei Zhang wrote:
> > On 2014/04/26 15:36:43, dshwang wrote:
> > > Hey, I reopen this CL. Now this CL is just warning for icecc user via
> comment.
> > > It would be helpful for new comers.
> > 
> > I think you are better off adding an icecc section to
> > https://code.google.com/p/chromium/wiki/LinuxFasterBuilds rather than
putting
> > comments in the gypi file. Ideally, that would be the first thing that shows
> up
> > when someone searches for "chromium icecc". Currently, this CL is the first
> hit
> > on Google Search.
> 
> Hi,
> 
> Can we close this issue now?
> 
> Tim

Sorry for delay. I add an icecc section,
https://code.google.com/p/chromium/wiki/LinuxFasterBuilds?ts=1400664654&updat...
I close this CL as WontFix

Powered by Google App Engine
This is Rietveld 408576698