Closed
Bug 1872720
Opened 2 years ago
Closed 2 years ago
Support pseudo-wildcard values for build platform in try-cc options syntax
Categories
(Thunderbird :: Build Config, task)
Thunderbird
Build Config
Tracking
(thunderbird_esr115 wontfix, thunderbird122 wontfix)
RESOLVED
FIXED
123 Branch
People
(Reporter: rjl, Assigned: rjl)
Details
Attachments
(2 files)
The idea is to allow things like "try: -b o,d -p *rust -u all" as enumerating is a pain.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 years ago
|
||
This will prevent the *-rust build jobs from running on beta/release/esr.
Additionally, it also has the side effect of not running the rust builds
on try-comm-central when using "all" as the platform.
To run the rust builds on try, explicitly request them in the platform like
-p *rust or -p linux64-rust,win64-rust.
| Assignee | ||
Updated•2 years ago
|
status-thunderbird122:
--- → wontfix
status-thunderbird_esr115:
--- → wontfix
Keywords: checkin-needed-tb
Target Milestone: --- → 123 Branch
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/69584df97689
Wildcard platform support in try syntax. r=dandarnell
https://hg.mozilla.org/comm-central/rev/f09285face0c
Only run rust builds on comm-central. r=dandarnell
You need to log in
before you can comment on or make changes to this bug.
Description
•