Closed
Bug 1624980
Opened 5 years ago
Closed 5 years 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: n.nethercote)
References
(Regression)
Details
(Keywords: regression)
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•5 years 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•5 years ago
|
||
Because it's needed for DMD, which can be run on artifact builds.
Assignee | ||
Comment 3•5 years ago
|
||
I tested this locally:
- I removed my installed
fix-stacks
. - I did
mach bootstrap
for an artifact build, andfix-stacks
was not installed. - I applied the patch and did
mach bootstrap
again for an artifact build, andfix-stacks
was 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•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•