Closed
Bug 1432563
Opened 7 years ago
Closed 7 years ago
Download rustfmt-preview from the rust repackage.
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox60 fixed)
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
This will be needed for bug 1432153.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8944813 [details]
Bug 1432563: Fetch rustfmt when repackaging rust.
https://reviewboard.mozilla.org/r/214964/#review221316
::: taskcluster/scripts/misc/repack_rust.py:234
(Diff revision 1)
> info = fetch_package(manifest, 'rust-std', target)
> stds.append(info)
> return stds
>
>
> +def fetch_extension(manifest, pkg, host):
Maybe call this `fetch_optional` since it would work for any package, not just extensions?
Attachment #8944813 -
Flags: review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8944813 [details]
Bug 1432563: Fetch rustfmt when repackaging rust.
https://reviewboard.mozilla.org/r/214964/#review221316
> Maybe call this `fetch_optional` since it would work for any package, not just extensions?
WFM :)
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/97ba0ca85c5b
Fetch rustfmt when repackaging rust. r=rillian
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•