Closed
Bug 1854130
Opened 2 years ago
Closed 1 year ago
convert nss mac build tasks to taskgraph
Categories
(NSS :: Build, task, P3)
NSS
Build
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1854095
People
(Reporter: jcristau, Assigned: jcristau)
References
Details
(Whiteboard: [nss-ci])
No description provided.
| Assignee | ||
Comment 1•2 years ago
•
|
||
Currently mac builds and tests run on a 10.12 worker, which:
- didn't have python 3, as required by run-task (fixed in https://mozilla-hub.atlassian.net/browse/RELOPS-667)
- has an old mercurial (update requested in https://mozilla-hub.atlassian.net/browse/RELOPS-682)
- it turns out can't actually build nss currently (bug 1854083)
There's a m1 worker, set up in bug 1825073, which doesn't seem to have gyp or xcode. The former can easily be worked around, the latter I'm not sure. After adding gyp, the build dies with
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Updated•2 years ago
|
Severity: -- → S4
Priority: -- → P1
Whiteboard: [nss-ci]
Updated•2 years ago
|
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Priority: P1 → P3
| Assignee | ||
Comment 2•1 year ago
|
||
Consolidating this work under bug 1854095.
You need to log in
before you can comment on or make changes to this bug.
Description
•