Closed
Bug 1901913
Opened 1 year ago
Closed 1 year ago
Allow beta versions of the rust compiler
Categories
(Firefox Build System :: Toolchains, task)
Firefox Build System
Toolchains
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
Until recently, beta-YYYY-MM-DD dated channels was the only way to get specific betas, but now it's possible to use x.y.z-beta.n, but repack_rust.py doesn't handle that string as a version.
| Assignee | ||
Comment 1•1 year ago
|
||
Until recently, beta-YYYY-MM-DD dated channels was the only way to get
specific betas, but now it's possible to use x.y.z-beta.n, but
repack_rust.py doesn't handle that string as a version.
By considering only channels starting with beta- or nightly to be dated,
we allow x.y.z-beta.n to be considered as a version.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/cc4006c82e57
Only consider channels starting with beta- or nightly- to be dated. r=firefox-build-system-reviewers,sergesanspaille
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•