[CI/Build] Keep non-CUDA wheels CUDA-free - #3745
Open
Aionw wants to merge 2 commits into
Open
Conversation
Aionw
requested review from
Ann-1024,
XucSh,
YiXR,
luketong777,
stmatengss and
ykwd
as code owners
August 28, 2026 02:39
31 tasks
The non-CUDA CUDA-dependency scan uses process substitution (< <(...)), which sh (dash) rejects at parse time, failing every wheel build variant regardless of VARIANT_FLAG. Run the smoke test step under bash.
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.
Description
The published 0.3.13 non-CUDA wheel still links
mooncake_clientandstore.soagainstlibcudart.so.12. Non-CUDA wheels use a CUDA manylinuximage as their toolchain, and Store was treating the presence of that toolkit
as permission to enable CUDA staging.
This change:
selected;
dependencies instead of checking only
mooncake_master.Module
mooncake-transfer-engine)mooncake-store)mooncake-reshard)mooncake-ep)mooncake-pg)mooncake-integration)mooncake-p2p-store)mooncake-wheel)mooncake-common)mooncake-rl)Type of Change
How Has This Been Tested?
Test commands:
Test results:
DT_NEEDEDentries; CUDA configuration finds and links CUDAToolkit.
Checklist
./scripts/code_format.sh(not applicable;no C/C++ source changed)
AI Assistance Disclosure
CMake dependency, implement the fix, and run validation. The submitter has
reviewed the complete diff.