fix(ci): patch rules_rust to fix Windows build PATH overflow#97
Merged
yishuiliunian merged 4 commits intomainfrom Apr 11, 2026
Merged
fix(ci): patch rules_rust to fix Windows build PATH overflow#97yishuiliunian merged 4 commits intomainfrom
yishuiliunian merged 4 commits intomainfrom
Conversation
Backport upstream commits (eb70659c + 22830c79) as a patch on rules_rust 0.69.0. The process_wrapper now consolidates hundreds of -Ldependency= paths into a single temp directory via hard links, keeping the PATH env var under the Win32 32,767-char limit. Re-enable Windows in CI and Release workflows.
- backend: use platform-specific path for sandbox check test - runtime: use PathBuf join for platform-agnostic separator in plan test - system_ipc, meta-hub e2e, agent-hub e2e: skip on Windows (Unix IPC)
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
can't find crateon Windows bazelbuild/rules_rust#3767) as a patch on rules_rust 0.69.0process_wrapperconsolidates hundreds of-Ldependency=paths into a single temp directory via hard links, keeping PATH under the Win32 32,767-char limitChanges
patches/BUILD.bazel— new directory, exports patch filespatches/rules_rust_windows_consolidate_deps.patch— combined upstream commits eb70659c + 22830c79MODULE.bazel—single_version_overrideto apply patch to rules_rust 0.69.0.github/workflows/release.yml— restore Windows (x86_64-pc-windows-msvc) build.github/workflows/ci.yml— add windows-latest to matrixTest plan
bazel build //:loopal)