File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ x_defaults:
9
9
test_targets :
10
10
- " //..."
11
11
12
+ toolchain_flags : &toolchain_flags
13
+ build_flags :
14
+ - " --apple_crosstool_top=@local_config_apple_cc//:toolchain"
15
+ - " --crosstool_top=@local_config_apple_cc//:toolchain"
16
+ - " --host_crosstool_top=@local_config_apple_cc//:toolchain"
17
+ test_flags :
18
+ - " --apple_crosstool_top=@local_config_apple_cc//:toolchain"
19
+ - " --crosstool_top=@local_config_apple_cc//:toolchain"
20
+ - " --host_crosstool_top=@local_config_apple_cc//:toolchain"
21
+
12
22
tasks :
13
23
macos_latest :
14
24
name : " Latest Bazel"
@@ -33,18 +43,12 @@ tasks:
33
43
name : " Latest Bazel vendored toolchain"
34
44
bazel : latest
35
45
<< : *common
36
- build_flags :
37
- - " --apple_crosstool_top=@local_config_apple_cc//:toolchain"
38
- - " --crosstool_top=@local_config_apple_cc//:toolchain"
39
- - " --host_crosstool_top=@local_config_apple_cc//:toolchain"
46
+ << : *toolchain_flags
40
47
41
48
macos_last_green_vendored_toolchain :
42
49
name : " Last Green Bazel vendored toolchain"
43
50
bazel : last_green
44
51
<< : *common
45
- build_flags :
46
- - " --apple_crosstool_top=@local_config_apple_cc//:toolchain"
47
- - " --crosstool_top=@local_config_apple_cc//:toolchain"
48
- - " --host_crosstool_top=@local_config_apple_cc//:toolchain"
52
+ << : *toolchain_flags
49
53
50
54
buildifier : latest
You can’t perform that action at this time.
0 commit comments