Closed
Bug 1290332
Opened 9 years ago
Closed 9 years ago
NSS automation should update MSVC after bug 1289638
Categories
(NSS :: Build, defect)
NSS
Build
Tracking
(Not tracked)
RESOLVED
FIXED
3.27
People
(Reporter: glandium, Assigned: ttaubert)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.66 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
Bug 1289638 is updating the tooltool msvc package to make it look more like local installs. Future updates of the compiler (think, when upgrading to update 3), will have the same new layout.
NSS automation should switch to the new package in order to more easily update in the future.
| Assignee | ||
Comment 1•9 years ago
|
||
That seems to work:
https://treeherder.mozilla.org/#/jobs?repo=nss-try&revision=d12b835efa8d4085f50fc1eb579b0382c6c85008
Attachment #8775964 -
Flags: review?(mh+mozilla)
| Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8775964 [details] [diff] [review]
Update MSVC
Review of attachment 8775964 [details] [diff] [review]:
-----------------------------------------------------------------
::: automation/taskcluster/windows/setup.sh
@@ +15,2 @@
>
> +export INCLUDE="${VSPATH}/VC/include:${VSPATH}/VC/atlmfc/include:${VSPATH}/SDK/Include/10.0.10586.0/ucrt:${VSPATH}/SDK/Include/10.0.10586.0/shared:${VSPATH}/SDK/Include/10.0.10586.0/um:${VSPATH}/SDK/Include/10.0.10586.0/winrt:${VSPATH}/DIASDK/include"
The DIA SDK directory is lacking a space. But in fact, you don't need it. For the Gecko build, it's only used for breakpad stuff.
You probably also don't need winrt, and maybe not atlmfc.
Attachment #8775964 -
Flags: review?(mh+mozilla)
| Assignee | ||
Comment 3•9 years ago
|
||
You're right. Everything still works with all your suggested changes:
https://treeherder.mozilla.org/#/jobs?repo=nss-try&revision=930d7be482f79559c59b54ff234c719acef14602
Assignee: nobody → ttaubert
Attachment #8775964 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #8777210 -
Flags: review?(mh+mozilla)
| Reporter | ||
Updated•9 years ago
|
Attachment #8777210 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Comment 4•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Target Milestone: --- → 3.27
You need to log in
before you can comment on or make changes to this bug.
Description
•