[build] Stage CppInterOp and ship one stripped libclangCppInterOp - #50
Merged
Conversation
aaronj0
force-pushed
the
stage-cppinterop-dedup-strip
branch
from
August 30, 2026 19:23
4e42f43 to
5f8ec31
Compare
Test Results
|
vgvassilev
reviewed
Aug 31, 2026
aaronj0
force-pushed
the
stage-cppinterop-dedup-strip
branch
from
August 31, 2026 12:07
5f8ec31 to
9f58845
Compare
vgvassilev
pushed a commit
to vgvassilev/cppjit
that referenced
this pull request
Sep 6, 2026
…er-research#50) Drops wheel sizes by about half. Previously the entire install tree of CppInterOp was staged that included duplicate shared libs due to versioning. This is fixed by adding a stripped shared-lib option in CppInterOp, leveraged in this patch.
aaronj0
added a commit
to aaronj0/cppjit-compres
that referenced
this pull request
Sep 6, 2026
…er-research#50) Drops wheel sizes by about half. Previously the entire install tree of CppInterOp was staged that included duplicate shared libs due to versioning. This is fixed by adding a stripped shared-lib option in CppInterOp, leveraged in this patch.
aaronj0
added a commit
to aaronj0/cppjit-compres
that referenced
this pull request
Sep 6, 2026
…er-research#50) Drops wheel sizes by about half. Previously the entire install tree of CppInterOp was staged that included duplicate shared libs due to versioning. This is fixed by adding a stripped shared-lib option in CppInterOp, leveraged in this patch.
aaronj0
added a commit
to aaronj0/cppjit-compres
that referenced
this pull request
Sep 6, 2026
…er-research#50) Drops wheel sizes by about half. Previously the entire install tree of CppInterOp was staged that included duplicate shared libs due to versioning. This is fixed by adding a stripped shared-lib option in CppInterOp, leveraged in this patch.
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.
Makes use of compiler-research/CppInterOp#1097 for leaner installs dropping the wheel size by about half. Also updates to latest CppInterOp in the process.