Commit 4fcb161
fix: Fix ToolchainPackager cfg gate to build on ppc64le/s390x
On Linux ppc64le/s390x, the blanket
`impl<T: Send> ToolchainPackager for T` in pkg.rs is active
(non-x86_64/aarch64 path), but the test-only
PanicToolchainPackager impl in cache.rs was gated on only
`target_os = "linux"`, causing a conflicting-impl error on
those architectures.1 parent 3a85b1a commit 4fcb161
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
306 | 309 | | |
307 | 310 | | |
308 | 311 | | |
| |||
0 commit comments