Conversation
Copilot
AI
changed the title
[WIP] Add wheel build support for Linux with glibc 2.35 for deq and deq_runtime
Build Linux native wheels with a manylinux_2_34 baseline
Jul 9, 2026
…lling back to download
marcusps
approved these changes
Jul 9, 2026
marcusps
marked this pull request as ready for review
July 9, 2026 18:09
Owner
|
@copilot resolve the merge conflicts in this pull request |
Author
Resolved. I merged |
- Replace assert!(a == b) with assert_eq!(a, b) in generic_algos.rs - Replace debug_assert!(a != b) with debug_assert_ne!(a, b) in clifford_impl.rs Co-authored-by: copilot-swe-agent[bot] <198982749+copilot-swe-agent[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linux wheels from
qdk-ecwere being built on hosted agents without a pinned manylinux policy, allowing them to inherit a newer glibc baseline than intended. This PR updates the shared wheel-build path so native Python wheels target amanylinux_2_34baseline, improving installability on glibc 2.35 systems without changing non-Linux artifacts.Scope
deq/deq-runtimedeq,qodec) on their existing universal wheel flowADO wheel build pipeline
.ado/stages/build.yamlmaturin[zig]on Linux and builds native wheels with:deq-runtimeLinux wheel jobShared template alignment
.ado/templates/build-wheels-steps.yamlArtifact checks
manylinux_2_34wheel tags for native packagesRelease note
Unreleasedchangelog entry noting the new Linux wheel compatibility baseline