Copy platform-specific Rust dependencies from mozilla-central's workspace-hack
Categories
(Thunderbird :: Build Config, task)
Tracking
(Not tracked)
People
(Reporter: babolivier, Assigned: babolivier)
Details
Attachments
(1 obsolete file)
Bug 1914434 tweaked our dependency graph slightly, which caused builds on Windows to bust due to a missing feature (winapi's synchapi feature, to be precise). This is not an issue for mozilla-central because its workspace-hack includes a platform-specific dependency on winapi that includes this feature. We currently ignore these dependencies when generating the comm-central workspace's manifest.
| Assignee | ||
Comment 1•1 year ago
|
||
Err, I hadn't realised Rob had already opened a bug for this.
| Assignee | ||
Comment 2•1 year ago
|
||
Bug 1914434 showed we need these dependencies to prevent build bustages.
Comment 3•1 year ago
|
||
Comment on attachment 9421236 [details]
Bug 1915377 - Include platform-specific Rust dependencies when copying deps from mozilla-central. r=rjl!,#thunderbird-reviewers
Revision D220384 was moved to bug 1915288. Setting attachment 9421236 [details] to obsolete.
Description
•