Commit 267142f
Fix conflicting actions error when specifying --host_macos_minimum_os (bazelbuild#15068)
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: 435091962
(cherry picked from commit b8a2ee2)
Co-authored-by: waltl <[email protected]>1 parent 4c031d1 commit 267142f
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 | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
514 | 517 | | |
515 | 518 | | |
516 | 519 | | |
| |||
0 commit comments