Closed
Bug 1858698
Opened 2 years ago
Closed 2 years ago
|mach taskgraph ... --target-kind| is busted
Categories
(Firefox Build System :: Task Configuration, defect)
Firefox Build System
Task Configuration
Tracking
(firefox120 fixed)
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
Details
Attachments
(1 file)
I landed a change to upstream Tasktraph that allows passing in --target-kind multiple times.
But I forgot that Gecko has its own copy of main.py (which was modified by that patch). So when we vendored in the latest taskgraph, it broke --target-kind completely as the necessary changes were missing.
| Assignee | ||
Comment 1•2 years ago
|
||
This happened because I made changes to --target-kind in upstream Taskgraph,
but forgot to sync the main.py bits over to gecko_taskgraph.
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c333fbfb7437
Fix |mach taskgraph ... --target-kind| by syncing upstream Taskgraph changes, r=taskgraph-reviewers,jcristau
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•