Commit b8a2ee2
Fix conflicting actions error when specifying --host_macos_minimum_os
The flag was introduced in bazelbuild#13001 but not usable internally, because
the host flag was not saved when doing a transition. Host flags
should be saved, like in:
https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java#L1212
PiperOrigin-RevId: 4350919621 parent 1b2cf8d commit b8a2ee2
File tree
1 file changed
+3
-0
lines changed- src/main/java/com/google/devtools/build/lib/rules/apple
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
524 | 527 | | |
525 | 528 | | |
526 | 529 | | |
| |||
0 commit comments