Closed
Bug 1482436
(remove-mozilla-build-node)
Opened 6 years ago
Closed 6 years ago
Remove NodeJS from MozillaBuild
Categories
(Firefox Build System :: MozillaBuild, task)
Firefox Build System
MozillaBuild
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dmosedale, Assigned: RyanVM)
References
(Blocks 1 open bug)
Details
Once we've made NodeJS a hard requirement for building and made sure nothing else in the tree is depending on it, and we can remove it from MozillaBuild.
Note that due to the way the configure code written in bug 1481693 works, configure falls back to $PATH to find Node. This means that, although the announcements for adding NodeJS to the tree will have told people to install Mozilla's private copy of Node by running `mach bootstrap --no-system-changes', some number of people won't have bothered. Those people will have working builds because they're falling back to the NodeJS in the current MozillaBuild. So the release notes for whatever version of MozillaBuild that this ships with should remind people to run `mach bootstrap --no-system-changes`.
Assignee | ||
Updated•6 years ago
|
Blocks: MozillaBuild3.3
Assignee | ||
Comment 1•6 years ago
|
||
Already have a working patch locally. Won't be missed from my perspective!
Assignee: nobody → ryanvm
Reporter | ||
Updated•6 years ago
|
Alias: remove-mozilla-build-node
Reporter | ||
Updated•6 years ago
|
Depends on: vendor-eslint
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/mozilla-build/rev/9ff8fbbd3d90
Remove node.js from MozillaBuild. r=dmose
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: mozilla.org → Firefox Build System
Updated•1 year ago
|
No longer depends on: vendor-eslint
You need to log in
before you can comment on or make changes to this bug.
Description
•