|
|
Chromium Code Reviews|
Created:
4 years, 9 months ago by shinyak (Google) Modified:
4 years, 9 months ago CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org Target Ref:
refs/remotes/origin/master Project:
build Visibility:
Public. |
DescriptionFix CrWin7Goma(clbr) build.
Now VS2015 is the default compiler for Win. It requires several more
DLLs, and they're copied to out/{Debug,Release} directory in
'gclient runhooks' step.
These are the copied DLLs.
- msvcp140{,d}.dll
- vcruntime140{,d}.dll
- api-ms-win-*.dll
- ucrtbase{,d}.dll
However, compile.py removes them if --clobber is specified.
Win builder on main waterfall should have the same potential problem,
however, it is not affected because it's not building net_unittests.
CrWin7Goma(clbr) is affected because it builds all.
BUG=594882
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299338
Patch Set 1 #
Messages
Total messages: 26 (12 generated)
Description was changed from
==========
Fix CrWin7Goma(clbr) build.
Now VS2015 is the default compiler for Win. It requires several more
DLLs, and they're copied to out/{Debug,Release} directory in
'gclient runhooks' step.
There are the copied DLLs.
- msvsp140{,d}.dll
- vcruntime140{,d}.dll
- api-ms-win-*.dll
- ucrtbase{,d}.dll
However, compile.py removes them if --clobber is specified.
Win builder on main waterfall should have the same potential problem,
however, it is not affected because it's not building net_unittests.
CrWin7Goma(clbr) is affected because it builds all.
BUG=594882
==========
to
==========
Fix CrWin7Goma(clbr) build.
Now VS2015 is the default compiler for Win. It requires several more
DLLs, and they're copied to out/{Debug,Release} directory in
'gclient runhooks' step.
There are the copied DLLs.
- msvcp140{,d}.dll
- vcruntime140{,d}.dll
- api-ms-win-*.dll
- ucrtbase{,d}.dll
However, compile.py removes them if --clobber is specified.
Win builder on main waterfall should have the same potential problem,
however, it is not affected because it's not building net_unittests.
CrWin7Goma(clbr) is affected because it builds all.
BUG=594882
==========
Good fix, lgtm. It is annoying how many places we have to list all of the necessary CRT run-time DLLs. I hope they don't change the pattern again anytime soon.
Description was changed from
==========
Fix CrWin7Goma(clbr) build.
Now VS2015 is the default compiler for Win. It requires several more
DLLs, and they're copied to out/{Debug,Release} directory in
'gclient runhooks' step.
There are the copied DLLs.
- msvcp140{,d}.dll
- vcruntime140{,d}.dll
- api-ms-win-*.dll
- ucrtbase{,d}.dll
However, compile.py removes them if --clobber is specified.
Win builder on main waterfall should have the same potential problem,
however, it is not affected because it's not building net_unittests.
CrWin7Goma(clbr) is affected because it builds all.
BUG=594882
==========
to
==========
Fix CrWin7Goma(clbr) build.
Now VS2015 is the default compiler for Win. It requires several more
DLLs, and they're copied to out/{Debug,Release} directory in
'gclient runhooks' step.
These are the copied DLLs.
- msvcp140{,d}.dll
- vcruntime140{,d}.dll
- api-ms-win-*.dll
- ucrtbase{,d}.dll
However, compile.py removes them if --clobber is specified.
Win builder on main waterfall should have the same potential problem,
however, it is not affected because it's not building net_unittests.
CrWin7Goma(clbr) is affected because it builds all.
BUG=594882
==========
The CQ bit was checked by shinyak@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1805833002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1805833002/1
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by shinyak@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1805833002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1805833002/1
The CQ bit was unchecked by commit-bot@chromium.org
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full committers or once the patch has received an L-G-T-M from a full committer. Even if an L-G-T-M may have been provided, it was from a non-committer, _not_ a full super star committer. Committers are members of the group "project-infra-committers". Note that this has nothing to do with OWNERS files.
shinyak@chromium.org changed reviewers: + thakis@chromium.org - phajdan.jr@chromium.org
+thakis for OWNERS review
On 2016/03/17 02:31:24, shinyak wrote: > +thakis for OWNERS review Lgtm
The CQ bit was checked by shinyak@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1805833002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1805833002/1
The CQ bit was unchecked by commit-bot@chromium.org
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full committers or once the patch has received an L-G-T-M from a full committer. Even if an L-G-T-M may have been provided, it was from a non-committer, _not_ a full super star committer. Committers are members of the group "project-infra-committers". Note that this has nothing to do with OWNERS files.
lgtm
lgtm
The CQ bit was checked by shinyak@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1805833002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1805833002/1
Message was sent while issue was closed.
Description was changed from
==========
Fix CrWin7Goma(clbr) build.
Now VS2015 is the default compiler for Win. It requires several more
DLLs, and they're copied to out/{Debug,Release} directory in
'gclient runhooks' step.
These are the copied DLLs.
- msvcp140{,d}.dll
- vcruntime140{,d}.dll
- api-ms-win-*.dll
- ucrtbase{,d}.dll
However, compile.py removes them if --clobber is specified.
Win builder on main waterfall should have the same potential problem,
however, it is not affected because it's not building net_unittests.
CrWin7Goma(clbr) is affected because it builds all.
BUG=594882
==========
to
==========
Fix CrWin7Goma(clbr) build.
Now VS2015 is the default compiler for Win. It requires several more
DLLs, and they're copied to out/{Debug,Release} directory in
'gclient runhooks' step.
These are the copied DLLs.
- msvcp140{,d}.dll
- vcruntime140{,d}.dll
- api-ms-win-*.dll
- ucrtbase{,d}.dll
However, compile.py removes them if --clobber is specified.
Win builder on main waterfall should have the same potential problem,
however, it is not affected because it's not building net_unittests.
CrWin7Goma(clbr) is affected because it builds all.
BUG=594882
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299338
==========
Message was sent while issue was closed.
Committed patchset #1 (id:1) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299338 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
