Commit 61cfa88
fix(pip_compile): Forward target compatibility to *.update (#3787)
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.
---------
Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>1 parent f4ebb5b commit 61cfa88
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
| 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