Stage shared libraries by SONAME - #28
Merged
cerisier merged 3 commits intoSep 15, 2026
Merged
Conversation
cjm-dd
force-pushed
the
cjm/codex/soname-safe-shared-libraries
branch
from
August 26, 2026 00:42
bfffd4c to
5d0de9b
Compare
cjm-dd
marked this pull request as draft
August 26, 2026 00:45
Discover and validate SONAME symlinks from NVIDIA redistribution archives and use those paths directly for shared cc_imports. Exercise every supported CUDA version with shared-library runtime execution and linux-sbsa analysis. Co-authored-by: Codex <noreply@openai.com>
cjm-dd
force-pushed
the
cjm/codex/soname-safe-shared-libraries
branch
from
August 26, 2026 01:17
5d0de9b to
5a2309e
Compare
cjm-dd
marked this pull request as ready for review
August 26, 2026 03:29
Co-authored-by: Codex <noreply@openai.com>
Allow the public @cuda proxy aliases to cross the generated component repository boundary. Co-authored-by: Codex <noreply@openai.com>
cerisier
approved these changes
Sep 15, 2026
cerisier
left a comment
Member
There was a problem hiding this comment.
Finally looking at it. Sorry for the delay. That's perfect.
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.
Summary
cc_importtargets directly at their SONAME paths.Testing
//:shared_runtime_smoke_testpassed for CUDA 12.8.1, 12.9.1, 13.0.2, 13.1.1, 13.2.1, and 13.3.1.//:allbuilt for CUDA 12.9.1 and 13.3.1; repository-wide//...analysis passed.Generated with Codex.