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

Issue 1169353002: update.py: Check out and build libc++ libc++abi on OS X, set deployment target. (Closed)

Created:
5 years, 6 months ago by Nico
Modified:
5 years, 6 months ago
Reviewers:
hans
CC:
chromium-reviews, eugenis+clang_chromium.org, glider+clang_chromium.org, dmikurube+clang_chromium.org, ukai+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

update.py: Check out and build libc++ libc++abi on OS X, set deployment target. I had hoped to bump the deployment target to 10.7 instead, but the nacl bots still build on 10.6 :-( Also, pass commands as a single string to subprocess when shell=True (else, 2nd cmd entry and onward are treated as shell parameters, not as part of the command). BUG=494442 Committed: https://crrev.com/8fe06c48bbe07670dba3cafdd4c613f0008948f9 Cr-Commit-Position: refs/heads/master@{#333669} R=hans@chromium.org

Patch Set 1 #

Patch Set 2 : . #

Total comments: 5

Patch Set 3 : comment #

Patch Set 4 : try to not break windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -34 lines) Patch
M tools/clang/scripts/update.py View 1 2 3 11 chunks +118 lines, -30 lines 0 comments Download
M tools/clang/scripts/update.sh View 1 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
Nico
5 years, 6 months ago (2015-06-09 23:29:54 UTC) #2
Nico
https://codereview.chromium.org/1169353002/diff/20001/tools/clang/scripts/update.sh File tools/clang/scripts/update.sh (left): https://codereview.chromium.org/1169353002/diff/20001/tools/clang/scripts/update.sh#oldcode486 tools/clang/scripts/update.sh:486: CPPFLAGS="${CFLAGS}" This is apparently no longer needed. A local ...
5 years, 6 months ago (2015-06-09 23:30:34 UTC) #3
hans
lgtm https://codereview.chromium.org/1169353002/diff/20001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/1169353002/diff/20001/tools/clang/scripts/update.py#newcode113 tools/clang/scripts/update.py:113: svn_info = subprocess.check_output('svn info ' + svn_repo, shell=True) ...
5 years, 6 months ago (2015-06-09 23:57:46 UTC) #4
Nico
https://codereview.chromium.org/1169353002/diff/20001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/1169353002/diff/20001/tools/clang/scripts/update.py#newcode299 tools/clang/scripts/update.py:299: cxx = os.environ.get('CXX') On 2015/06/09 23:57:45, hans wrote: > ...
5 years, 6 months ago (2015-06-10 00:03:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169353002/40001
5 years, 6 months ago (2015-06-10 00:17:25 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-10 03:10:22 UTC) #9
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/8fe06c48bbe07670dba3cafdd4c613f0008948f9 Cr-Commit-Position: refs/heads/master@{#333669}
5 years, 6 months ago (2015-06-10 03:11:26 UTC) #10
Nico
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1172363002/ by thakis@chromium.org. ...
5 years, 6 months ago (2015-06-10 15:27:03 UTC) #11
Nico
Trying this again, see diff from 3 to 4 to see what changed. The Win ...
5 years, 6 months ago (2015-06-14 22:28:19 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169353002/60001
5 years, 6 months ago (2015-06-14 22:28:37 UTC) #15
Nico
5 years, 6 months ago (2015-06-14 23:41:32 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) to pending queue manually as
8aff533dc6e39b3e3c09f0dd456a4d384e90dc00 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698