Closed
Bug 1996036
Opened 4 months ago
Closed 4 months ago
nss-try with --nspr-patch doesn't work
Categories
(NSS :: Build, defect)
NSS
Build
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcristau, Assigned: jcristau)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
https://hg.mozilla.org/projects/nss/file/9b1255d5c227960f8935d478dbe99227638b368b/taskcluster/nss_taskgraph/__init__.py#l44 sets the nspr_patch option, but https://hg.mozilla.org/projects/nss/file/9b1255d5c227960f8935d478dbe99227638b368b/taskcluster/nss_taskgraph/transforms/platforms.py#l29 looks for allow_nspr_patch.
| Assignee | ||
Updated•4 months ago
|
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•4 months ago
|
||
We're setting the nspr_patch key in try_options, so if we look it up
under allow_nspr_patch we'll have a hard time finding it.
Pushed by jcristau@mozilla.com:
https://hg.mozilla.org/projects/nss/rev/a4fe19199967
fix try pushes with --nspr-patch to actually apply the patch. r=nss-reviewers,nkulatova
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•