Skip to content

Conversation

@hlopko
Copy link
Member

@hlopko hlopko commented Jan 12, 2026

In this PR, when in experimental_use_cc_common_link mode, we no longer include linker, runtime libraries, and any transitive libraries to link in the rustc compilation action. This makes incremental rebuilds faster by not recompiling when once of those linker inputs changes.

In this PR, when in experimental_use_cc_common_link
mode, we no longer include linker, runtime libraries,
and any transitive libraries to link in the
rustc compilation action. This makes incremental
rebuilds faster by not recompiling when once of those
linker inputs changes.
@hlopko hlopko requested a review from krasimirgg January 12, 2026 12:55
@krasimirgg
Copy link
Collaborator

Looks reasonable, but let's see what we can do about the busted CI as that looks like it might be shadowing some test coverage.

@krasimirgg krasimirgg enabled auto-merge January 14, 2026 10:40
Copy link
Collaborator

@krasimirgg krasimirgg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@krasimirgg krasimirgg added this pull request to the merge queue Jan 16, 2026
Merged via the queue into main with commit 8cc8c2f Jan 16, 2026
6 checks passed
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.

3 participants