Closed
Bug 1624980
Opened 8 months ago
Closed 8 months ago
./mach bootstrap for artifact builds doesn't install fix-stacks
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: whimboo, Assigned: njn)
References
(Regression)
Details
Attachments
(1 file)
I tried to analyze a DMD output file with dmd.py but when trying to do so I got the failure that the file fix-stacks cannot be found, and that ./mach bootstrap should be run. But that command doesn't install the file if an artifact build has been selected. Only when you switch to a full build it will be installed.
It would be great to also get it installed into ~/.mozbuild/ when an artifact build has been selected.
Andrew mentioned that Nicholas changed the code recently in how it gets installed. So he might be able to help here.
Flags: needinfo?(n.nethercote)
| Assignee | ||
Comment 1•8 months ago
|
||
Thanks for the report. I will try to work out what is necessary here.
Assignee: nobody → n.nethercote
Status: NEW → ASSIGNED
Flags: needinfo?(n.nethercote)
| Assignee | ||
Comment 2•8 months ago
|
||
Because it's needed for DMD, which can be run on artifact builds.
| Assignee | ||
Comment 3•8 months ago
|
||
I tested this locally:
- I removed my installed
fix-stacks. - I did
mach bootstrapfor an artifact build, andfix-stackswas not installed. - I applied the patch and did
mach bootstrapagain for an artifact build, andfix-stackswas installed this time.
Pushed by nnethercote@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/bb1f05bf3691 Install `fix-stacks` with `mach bootstrap` on artifact builds. r=glandium
Comment 5•8 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•