@@ -52,7 +52,6 @@ current_cmake_toolchain = rule(
52
52
attrs = {
53
53
"_toolchain" : attr .string (default = str (Label ("//toolchains:cmake_toolchain" ))),
54
54
},
55
- incompatible_use_toolchain_transition = True ,
56
55
toolchains = [
57
56
str (Label ("//toolchains:cmake_toolchain" )),
58
57
],
@@ -63,7 +62,6 @@ current_make_toolchain = rule(
63
62
attrs = {
64
63
"_toolchain" : attr .string (default = str (Label ("//toolchains:make_toolchain" ))),
65
64
},
66
- incompatible_use_toolchain_transition = True ,
67
65
toolchains = [
68
66
str (Label ("//toolchains:make_toolchain" )),
69
67
],
@@ -74,7 +72,6 @@ current_ninja_toolchain = rule(
74
72
attrs = {
75
73
"_toolchain" : attr .string (default = str (Label ("//toolchains:ninja_toolchain" ))),
76
74
},
77
- incompatible_use_toolchain_transition = True ,
78
75
toolchains = [
79
76
str (Label ("//toolchains:ninja_toolchain" )),
80
77
],
@@ -85,7 +82,6 @@ current_meson_toolchain = rule(
85
82
attrs = {
86
83
"_toolchain" : attr .string (default = str (Label ("//toolchains:meson_toolchain" ))),
87
84
},
88
- incompatible_use_toolchain_transition = True ,
89
85
toolchains = [
90
86
str (Label ("//toolchains:meson_toolchain" )),
91
87
],
@@ -96,7 +92,6 @@ current_autoconf_toolchain = rule(
96
92
attrs = {
97
93
"_toolchain" : attr .string (default = str (Label ("//toolchains:autoconf_toolchain" ))),
98
94
},
99
- incompatible_use_toolchain_transition = True ,
100
95
toolchains = [
101
96
str (Label ("//toolchains:autoconf_toolchain" )),
102
97
],
@@ -107,7 +102,6 @@ current_automake_toolchain = rule(
107
102
attrs = {
108
103
"_toolchain" : attr .string (default = str (Label ("//toolchains:automake_toolchain" ))),
109
104
},
110
- incompatible_use_toolchain_transition = True ,
111
105
toolchains = [
112
106
str (Label ("//toolchains:automake_toolchain" )),
113
107
],
@@ -118,7 +112,6 @@ current_m4_toolchain = rule(
118
112
attrs = {
119
113
"_toolchain" : attr .string (default = str (Label ("//toolchains:m4_toolchain" ))),
120
114
},
121
- incompatible_use_toolchain_transition = True ,
122
115
toolchains = [
123
116
str (Label ("//toolchains:m4_toolchain" )),
124
117
],
@@ -129,7 +122,6 @@ current_pkgconfig_toolchain = rule(
129
122
attrs = {
130
123
"_toolchain" : attr .string (default = str (Label ("//toolchains:pkgconfig_toolchain" ))),
131
124
},
132
- incompatible_use_toolchain_transition = True ,
133
125
toolchains = [
134
126
str (Label ("//toolchains:pkgconfig_toolchain" )),
135
127
],
0 commit comments