Commit 48f447a
[9.0.2] Include both windows and unix files in embedded_zipper_sources (#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 <zachyu@google.com>1 parent f2fd8ea commit 48f447a
2 files changed
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
144 | 146 | | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 113 | + | |
119 | 114 | | |
120 | 115 | | |
121 | 116 | | |
| |||
0 commit comments