@@ -213,31 +213,31 @@ config_setting(
213
213
#
214
214
config_setting (
215
215
name = "no_aws_support" ,
216
- define_values = {"no_aws_support" : "false " },
216
+ define_values = {"no_aws_support" : "true " },
217
217
visibility = ["//visibility:public" ],
218
218
)
219
219
220
220
config_setting (
221
221
name = "no_gcp_support" ,
222
- define_values = {"no_gcp_support" : "false " },
222
+ define_values = {"no_gcp_support" : "true " },
223
223
visibility = ["//visibility:public" ],
224
224
)
225
225
226
226
config_setting (
227
227
name = "no_hdfs_support" ,
228
- define_values = {"no_hdfs_support" : "false " },
228
+ define_values = {"no_hdfs_support" : "true " },
229
229
visibility = ["//visibility:public" ],
230
230
)
231
231
232
232
config_setting (
233
233
name = "no_ignite_support" ,
234
- define_values = {"no_ignite_support" : "false " },
234
+ define_values = {"no_ignite_support" : "true " },
235
235
visibility = ["//visibility:public" ],
236
236
)
237
237
238
238
config_setting (
239
239
name = "no_kafka_support" ,
240
- define_values = {"no_kafka_support" : "false " },
240
+ define_values = {"no_kafka_support" : "true " },
241
241
visibility = ["//visibility:public" ],
242
242
)
243
243
0 commit comments