build: resolve transitive external path dependencies in rules_rs - #1070
Merged
Merged
Conversation
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
July 24, 2026 18:15
86dfcab to
7c8c738
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 5, 2026 12:34
7c8c738 to
b68e15b
Compare
Android Size Comparison Report (x86_64)
|
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 5, 2026 12:57
b68e15b to
4c37df6
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 5, 2026 13:04
4c37df6 to
f345d4a
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 5, 2026 13:09
f345d4a to
80f23a6
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 5, 2026 13:20
80f23a6 to
577962d
Compare
Android Benchmark Results
Allocations
Timing
|
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 5, 2026 13:42
577962d to
ed95de2
Compare
iOS Size Comparison Report
|
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 5, 2026 14:16
ed95de2 to
1629184
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 10, 2026 17:51
1629184 to
f88d030
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 10, 2026 18:37
f88d030 to
41625ce
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 10, 2026 18:39
41625ce to
f1e2013
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 10, 2026 18:52
f1e2013 to
ea9a021
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 10, 2026 20:27
ea9a021 to
f424565
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 10, 2026 21:17
f424565 to
f75e191
Compare
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 11, 2026 20:50
f75e191 to
fd297d9
Compare
Co-Authored-By: GPT-5.6 <codex@openai.com>
Co-Authored-By: GPT-5.6 <codex@openai.com>
Co-Authored-By: GPT-5 <codex@openai.com>
snowp
force-pushed
the
codex/rules-rs-external-path-dependencies
branch
from
August 12, 2026 14:37
1aea25e to
6706119
Compare
mattklein123
approved these changes
Aug 12, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Updates the local rules_rs patch to mirror hermeticbuild/rules_rs#199.
The patch walks direct and transitive external path manifests with cargo metadata --no-deps, so Cargo workspaces outside the capture-sdk workspace can use inherited dependency declarations. It avoids loading a complete external dependency graph and does not attempt to watch manifests outside the Bazel workspace.