`mach bootstrap` invokes `mach configure` without a valid mozconfig when targeting Android
Categories
(Firefox Build System :: Bootstrap Configuration, enhancement)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: nalexander, Assigned: andi)
References
Details
Attachments
(1 file)
While working on Bug 1477487, I noticed that mach bootstrap
invokes mach configure
:
For Android targets, that makes no sense: we suggest a mozconfig but we don't create one; that makes mach configure
fail immediately (or configure Desktop, which is even weirder).
I have no idea what is intended here, but it's clearly broken for Android targets.
Reporter | ||
Comment 1•6 years ago
|
||
Andi: you landed this feature in Bug 1328454. Can you explain what you were trying to achieve, and suggest how we can make this less obnoxious for Android targets?
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Yes, I've tried a shortcut when implementing that, the patch will fix this by only downloading the artifact without configuring the tree.
Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Backed out changeset d6bda0108d61 (bug 1520920) as requested by the dev
Push that got backed out:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=d6bda0108d61e14b30bf8b268884e97b2b073481
Backout:
https://hg.mozilla.org/integration/autoland/rev/2dbc0282899d090127b977912762bf983f56d6c4
Assignee | ||
Comment 7•6 years ago
|
||
This was because a fail in the rebase.
Comment 8•6 years ago
|
||
bugherder |
Description
•