./mach bootstrap installs clang and node while ./mach bootstrap --no-interactive does not
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Tracking
(Not tracked)
People
(Reporter: mjf, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Reporter | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Running ./mach bootstrap --no-interactive --application-choice=browser
for me now installs clang and node in ~/.mozbuild
as well (tested on Ubuntu 18.04). Can anyone still reproduce this?
Comment 8•5 years ago
|
||
Try removing ~/.mozbuild before trying. I suspect it happens when the interactive version would ask if you want to create it (and the non-interactive one answers no there, and thus doesn't proceed with what needs the directory to exist)
$ hg -R ~/trees/mozilla-central/ log -r .
changeset: 482242:e704e3565db9
tag: tip
parent: 482135:c4b20b18bf97
parent: 482241:4295df39798a
user: arthur.iakab <aiakab@mozilla.com>
date: Thu Jul 11 00:49:58 2019 +0300
summary: Merge autoland to mozilla-central. a=merge
Nope, still seems to install even after removing ~/.mozbuild
first.
Comment 10•5 years ago
|
||
This was fixed in bug 1484485.
Description
•