Skip to content

Fix ToolchainPackager cfg gate to build on ppc64le/s390x#2749

Open
cryptomilk wants to merge 1 commit into
mozilla:mainfrom
cryptomilk:asn-fix
Open

Fix ToolchainPackager cfg gate to build on ppc64le/s390x#2749
cryptomilk wants to merge 1 commit into
mozilla:mainfrom
cryptomilk:asn-fix

Conversation

@cryptomilk

Copy link
Copy Markdown
Contributor

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.

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.
@codecov-commenter

codecov-commenter commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.64%. Comparing base (b799af2) to head (7e13e2f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2749   +/-   ##
=======================================
  Coverage   74.63%   74.64%           
=======================================
  Files          70       70           
  Lines       39898    39898           
=======================================
+ Hits        29778    29780    +2     
+ Misses      10120    10118    -2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cryptomilk

Copy link
Copy Markdown
Contributor Author

Build succeeded with the patch at: https://koji.fedoraproject.org/koji/taskinfo?taskID=146963651

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants