Commit 95fcfbb
committed
pip_compile: Forward target compatibility to *.update
With this changset we enable users to build and test `//...` in their
repositories also with platforms that do not support Python.
For example, a user might use Python for tooling and automation, where
he develops only on Linux. Then he could set `target_compatible_with` to
`@platforms//os:linux`, but he uses C++ for his production code. Where
he crosscompiles to other operating systems (e.g. QNX, TriCore).
In order to enable this, we need to forward `target_compatible_with`
also to the ` also to the also to the `*.update` target.1 parent 4b99ec3 commit 95fcfbb
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
0 commit comments