Closed
Bug 894903
Opened 11 years ago
Closed 11 years ago
Add new VS2010 install location to build PATH
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(firefox26 fixed, firefox27 fixed, firefox-esr24 fixed, b2g-v1.2 fixed)
People
(Reporter: jhopkins, Assigned: jhopkins)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
ted
:
review+
jhopkins
:
checked-in+
|
Details | Diff | Splinter Review |
We will be installing Microsoft Visual Studio to c:\Program Files (x86)\Microsoft Visual Studio 10.0 instead of C:\Tools\msvs10 on the new MDT-driven win64 build slaves. This bug tracks the required PATH changes.
Assignee | ||
Comment 1•11 years ago
|
||
Add these PATH entries to [mozilla-central]/build/win64/mozconfig.vs2010:
/c/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE
/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/BIN/amd64
/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/BIN/x86_amd64
/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/BIN
/c/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/Tools
/c/Program Files (x86)/Microsoft Visual Studio 10.0/VC/VCPackages
Assignee | ||
Comment 2•11 years ago
|
||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Comment 3•11 years ago
|
||
Is this still a blocking issue for 781277?
Assignee | ||
Comment 4•11 years ago
|
||
It's a blocker for us to get functioning builds running on the new win64 build image but doesn't affect the image itself. I will have a patch together in the next week.
Comment 5•11 years ago
|
||
Thanks for the update.
Assignee | ||
Comment 6•11 years ago
|
||
Attachment #779186 -
Attachment is obsolete: true
Attachment #806914 -
Flags: review?(ted)
Updated•11 years ago
|
Attachment #806914 -
Flags: review?(ted) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 806914 [details] [diff] [review]
[mozilla-central] use new VS2010 paths (if present)
https://hg.mozilla.org/integration/mozilla-inbound/rev/83d9811749e0
Attachment #806914 -
Flags: checked-in+
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Updated•11 years ago
|
status-b2g-v1.2:
--- → fixed
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•