Include both windows and unix files in embedded_zipper_sources#29057
Closed
yuzhy8701 wants to merge 1 commit intobazelbuild:masterfrom
Closed
Include both windows and unix files in embedded_zipper_sources#29057yuzhy8701 wants to merge 1 commit intobazelbuild:masterfrom
embedded_zipper_sources#29057yuzhy8701 wants to merge 1 commit intobazelbuild:masterfrom
Conversation
This filegroup is being built for user's exec platform, which can be different from bazel's platform (= user's host platform). This fixes the "input file not found" error when building with a remote execution platform that is different from the host.
Contributor
Author
|
@meteorcloudy could you help merge it? I hope to get it fixed with 9.0.2. |
meteorcloudy
approved these changes
Mar 26, 2026
iancha1992
pushed a commit
to iancha1992/bazel
that referenced
this pull request
Apr 6, 2026
…elbuild#29057) ### Description This filegroup is being built for user's exec platform, which can be different from bazel's platform (= user's host platform). The `select()` selects with bazel's platform, making it impossible to build bazel's internal tools for a different platform. ### Motivation This fixes the "input file not found" error when building with a remote execution platform that is different from the host. ### Build API Changes No ### Checklist - [ ] I have added tests for the new use cases (if any). - [ ] I have updated the documentation (if applicable). ### Release Notes RELNOTES: None Closes bazelbuild#29057. PiperOrigin-RevId: 890318692 Change-Id: Ibfd0ae8d934e2e0ca9726a0ee907b4791c346504
iancha1992
pushed a commit
to iancha1992/bazel
that referenced
this pull request
Apr 6, 2026
…elbuild#29057) ### Description This filegroup is being built for user's exec platform, which can be different from bazel's platform (= user's host platform). The `select()` selects with bazel's platform, making it impossible to build bazel's internal tools for a different platform. ### Motivation This fixes the "input file not found" error when building with a remote execution platform that is different from the host. ### Build API Changes No ### Checklist - [ ] I have added tests for the new use cases (if any). - [ ] I have updated the documentation (if applicable). ### Release Notes RELNOTES: None Closes bazelbuild#29057. PiperOrigin-RevId: 890318692 Change-Id: Ibfd0ae8d934e2e0ca9726a0ee907b4791c346504
This was referenced Apr 6, 2026
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Apr 7, 2026
#29235) ### Description This filegroup is being built for user's exec platform, which can be different from bazel's platform (= user's host platform). The `select()` selects with bazel's platform, making it impossible to build bazel's internal tools for a different platform. ### Motivation This fixes the "input file not found" error when building with a remote execution platform that is different from the host. ### Build API Changes No ### Checklist - [ ] I have added tests for the new use cases (if any). - [ ] I have updated the documentation (if applicable). ### Release Notes RELNOTES: None Closes #29057. PiperOrigin-RevId: 890318692 Change-Id: Ibfd0ae8d934e2e0ca9726a0ee907b4791c346504 --------- Co-authored-by: Zach Yu <[email protected]>
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Apr 7, 2026
#29236) ### Description This filegroup is being built for user's exec platform, which can be different from bazel's platform (= user's host platform). The `select()` selects with bazel's platform, making it impossible to build bazel's internal tools for a different platform. ### Motivation This fixes the "input file not found" error when building with a remote execution platform that is different from the host. ### Build API Changes No ### Checklist - [ ] I have added tests for the new use cases (if any). - [ ] I have updated the documentation (if applicable). ### Release Notes RELNOTES: None Closes #29057. PiperOrigin-RevId: 890318692 Change-Id: Ibfd0ae8d934e2e0ca9726a0ee907b4791c346504 Commit 919c0d4 and 5cc93ee --------- Co-authored-by: Zach Yu <[email protected]>
sync-agent-neo Bot
pushed a commit
to aosp-mirror-neo/platform_prebuilts_bazel_linux-x86_64
that referenced
this pull request
Apr 21, 2026
This binary is based on bazel 9.0.1, with the following patches on top: * bazelbuild/bazel#28810 * bazelbuild/bazel#29057 * cl/890821032 It resolves build problems with bazel 9 when targeting windows. The patches will be included in a future version of bazel, which we'll upgrade to when released. Bug: 404623658 Change-Id: I4d0e56270c9fb6565eb5ccda6a135f486a6a6964
sync-agent-neo Bot
pushed a commit
to aosp-mirror-neo/platform_prebuilts_bazel_windows-x86_64
that referenced
this pull request
Apr 21, 2026
This binary is based on bazel 9.0.1, with the following patches on top: * bazelbuild/bazel#28810 * bazelbuild/bazel#29057 * cl/890821032 It resolves build problems with bazel 9 when targeting windows. The patches will be included in a future version of bazel, which we'll upgrade to when released. Bug: 404623658 Change-Id: Idd6d5dde35d57b1654cefdebc4c9f2db6a6a6964
sync-agent-neo Bot
pushed a commit
to aosp-mirror-neo/platform_prebuilts_bazel_darwin-x86_64
that referenced
this pull request
Apr 21, 2026
This binary is based on bazel 9.0.1, with the following patches on top: * bazelbuild/bazel#28810 * bazelbuild/bazel#29057 * cl/890821032 It resolves build problems with bazel 9 when targeting windows. The patches will be included in a future version of bazel, which we'll upgrade to when released. Bug: 404623658 Change-Id: Ibf2ebcde8ae7acb526fc466c689e55f96a6a6964
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.
Description
This filegroup is being built for user's exec platform, which can be different from bazel's platform (= user's host platform). The
select()selects with bazel's platform, making it impossible to build bazel's internal tools for a different platform.Motivation
This fixes the "input file not found" error when building with a remote execution platform that is different from the host.
Build API Changes
No
Checklist
Release Notes
RELNOTES: None