8
8
build_flags :
9
9
- " --host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_6.0.101"
10
10
- " --platforms=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_6.0.101"
11
- - " --host_cxxopt =-std=c++17"
11
+ - " --cxxopt =-std=c++17"
12
12
build_targets :
13
13
- " //buf/..."
14
14
- " //c/..."
29
29
- " --test_output=errors"
30
30
- " --host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_6.0.101"
31
31
- " --platforms=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_6.0.101"
32
+ - " --cxxopt=-std=c++17"
32
33
test_targets :
33
34
- " //example/routeguide:cpp_cpp"
34
35
- " //example/routeguide:cpp_csharp"
@@ -108,7 +109,7 @@ tasks:
108
109
build_flags :
109
110
- " --host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_6.0.101"
110
111
- " --platforms=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_6.0.101"
111
- - " --host_cxxopt =-std=c++17"
112
+ - " --cxxopt =-std=c++17"
112
113
build_targets :
113
114
- " //buf/..."
114
115
- " //c/..."
@@ -131,6 +132,7 @@ tasks:
131
132
- " --test_output=errors"
132
133
- " --host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_6.0.101"
133
134
- " --platforms=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_6.0.101"
135
+ - " --cxxopt=-std=c++17"
134
136
test_targets :
135
137
- " //example/routeguide:cpp_cpp"
136
138
- " //example/routeguide:cpp_csharp"
@@ -209,6 +211,7 @@ tasks:
209
211
platform : ubuntu2004
210
212
shell_commands :
211
213
- set -x
214
+ - export CC=clang
212
215
- make android_android_proto_compile_example
213
216
- make android_android_grpc_compile_example
214
217
- make android_android_proto_library_example
@@ -219,6 +222,7 @@ tasks:
219
222
platform : macos
220
223
shell_commands :
221
224
- set -x
225
+ - export CC=clang
222
226
- make android_android_proto_compile_example
223
227
- make android_android_grpc_compile_example
224
228
- make android_android_proto_library_example
@@ -229,6 +233,7 @@ tasks:
229
233
platform : ubuntu2004
230
234
shell_commands :
231
235
- set -x
236
+ - export CC=clang
232
237
- make buf_buf_proto_breaking_test_example
233
238
- make buf_buf_proto_lint_test_example
234
239
@@ -237,6 +242,7 @@ tasks:
237
242
platform : macos
238
243
shell_commands :
239
244
- set -x
245
+ - export CC=clang
240
246
- make buf_buf_proto_breaking_test_example
241
247
- make buf_buf_proto_lint_test_example
242
248
@@ -245,6 +251,7 @@ tasks:
245
251
platform : ubuntu2004
246
252
shell_commands :
247
253
- set -x
254
+ - export CC=clang
248
255
- make c_c_proto_compile_example
249
256
- make c_c_proto_library_example
250
257
@@ -253,6 +260,7 @@ tasks:
253
260
platform : macos
254
261
shell_commands :
255
262
- set -x
263
+ - export CC=clang
256
264
- make c_c_proto_compile_example
257
265
- make c_c_proto_library_example
258
266
@@ -261,6 +269,7 @@ tasks:
261
269
platform : ubuntu2004
262
270
shell_commands :
263
271
- set -x
272
+ - export CC=clang
264
273
- make cpp_cpp_proto_compile_example
265
274
- make cpp_cpp_grpc_compile_example
266
275
- make cpp_cpp_proto_library_example
@@ -271,6 +280,7 @@ tasks:
271
280
platform : macos
272
281
shell_commands :
273
282
- set -x
283
+ - export CC=clang
274
284
- make cpp_cpp_proto_compile_example
275
285
- make cpp_cpp_grpc_compile_example
276
286
- make cpp_cpp_proto_library_example
@@ -281,6 +291,7 @@ tasks:
281
291
platform : ubuntu2004
282
292
shell_commands :
283
293
- set -x
294
+ - export CC=clang
284
295
- export BAZEL_EXTRA_FLAGS="--host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_6.0.101 $BAZEL_EXTRA_FLAGS"
285
296
- export BAZEL_EXTRA_FLAGS="--platforms=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_6.0.101 $BAZEL_EXTRA_FLAGS"
286
297
- make csharp_csharp_proto_compile_example
@@ -293,6 +304,7 @@ tasks:
293
304
platform : macos
294
305
shell_commands :
295
306
- set -x
307
+ - export CC=clang
296
308
- export BAZEL_EXTRA_FLAGS="--host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_6.0.101 $BAZEL_EXTRA_FLAGS"
297
309
- export BAZEL_EXTRA_FLAGS="--platforms=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_6.0.101 $BAZEL_EXTRA_FLAGS"
298
310
- make csharp_csharp_proto_compile_example
@@ -305,6 +317,7 @@ tasks:
305
317
platform : ubuntu2004
306
318
shell_commands :
307
319
- set -x
320
+ - export CC=clang
308
321
- make d_d_proto_compile_example
309
322
- make d_d_proto_library_example
310
323
@@ -313,6 +326,7 @@ tasks:
313
326
platform : ubuntu2004
314
327
shell_commands :
315
328
- set -x
329
+ - export CC=clang
316
330
- make doc_doc_docbook_compile_example
317
331
- make doc_doc_html_compile_example
318
332
- make doc_doc_json_compile_example
@@ -324,6 +338,7 @@ tasks:
324
338
platform : macos
325
339
shell_commands :
326
340
- set -x
341
+ - export CC=clang
327
342
- make doc_doc_docbook_compile_example
328
343
- make doc_doc_html_compile_example
329
344
- make doc_doc_json_compile_example
@@ -335,6 +350,7 @@ tasks:
335
350
platform : ubuntu2004
336
351
shell_commands :
337
352
- set -x
353
+ - export CC=clang
338
354
- export BAZEL_EXTRA_FLAGS="--host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_6.0.101 $BAZEL_EXTRA_FLAGS"
339
355
- export BAZEL_EXTRA_FLAGS="--platforms=@io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_6.0.101 $BAZEL_EXTRA_FLAGS"
340
356
- make fsharp_fsharp_proto_compile_example
@@ -347,6 +363,7 @@ tasks:
347
363
platform : macos
348
364
shell_commands :
349
365
- set -x
366
+ - export CC=clang
350
367
- export BAZEL_EXTRA_FLAGS="--host_platform=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_6.0.101 $BAZEL_EXTRA_FLAGS"
351
368
- export BAZEL_EXTRA_FLAGS="--platforms=@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_6.0.101 $BAZEL_EXTRA_FLAGS"
352
369
- make fsharp_fsharp_proto_compile_example
@@ -359,6 +376,7 @@ tasks:
359
376
platform : ubuntu2004
360
377
shell_commands :
361
378
- set -x
379
+ - export CC=clang
362
380
- make go_go_proto_compile_example
363
381
- make go_go_grpc_compile_example
364
382
- make go_go_validate_compile_example
@@ -371,6 +389,7 @@ tasks:
371
389
platform : macos
372
390
shell_commands :
373
391
- set -x
392
+ - export CC=clang
374
393
- make go_go_proto_compile_example
375
394
- make go_go_grpc_compile_example
376
395
- make go_go_validate_compile_example
@@ -383,6 +402,7 @@ tasks:
383
402
platform : ubuntu2004
384
403
shell_commands :
385
404
- set -x
405
+ - export CC=clang
386
406
- make grpc-gateway_gateway_grpc_compile_example
387
407
- make grpc-gateway_gateway_openapiv2_compile_example
388
408
- make grpc-gateway_gateway_grpc_library_example
@@ -392,6 +412,7 @@ tasks:
392
412
platform : macos
393
413
shell_commands :
394
414
- set -x
415
+ - export CC=clang
395
416
- make grpc-gateway_gateway_grpc_compile_example
396
417
- make grpc-gateway_gateway_openapiv2_compile_example
397
418
- make grpc-gateway_gateway_grpc_library_example
@@ -401,6 +422,7 @@ tasks:
401
422
platform : ubuntu2004
402
423
shell_commands :
403
424
- set -x
425
+ - export CC=clang
404
426
- make java_java_proto_compile_example
405
427
- make java_java_grpc_compile_example
406
428
- make java_java_proto_library_example
@@ -411,6 +433,7 @@ tasks:
411
433
platform : macos
412
434
shell_commands :
413
435
- set -x
436
+ - export CC=clang
414
437
- make java_java_proto_compile_example
415
438
- make java_java_grpc_compile_example
416
439
- make java_java_proto_library_example
@@ -421,6 +444,7 @@ tasks:
421
444
platform : ubuntu2004
422
445
shell_commands :
423
446
- set -x
447
+ - export CC=clang
424
448
- make js_js_proto_compile_example
425
449
- make js_js_grpc_node_compile_example
426
450
- make js_js_grpc_web_compile_example
@@ -433,6 +457,7 @@ tasks:
433
457
platform : macos
434
458
shell_commands :
435
459
- set -x
460
+ - export CC=clang
436
461
- make js_js_proto_compile_example
437
462
- make js_js_grpc_node_compile_example
438
463
- make js_js_grpc_web_compile_example
@@ -445,6 +470,7 @@ tasks:
445
470
platform : macos
446
471
shell_commands :
447
472
- set -x
473
+ - export CC=clang
448
474
- make objc_objc_proto_compile_example
449
475
- make objc_objc_grpc_compile_example
450
476
- make objc_objc_proto_library_example
@@ -455,6 +481,7 @@ tasks:
455
481
platform : ubuntu2004
456
482
shell_commands :
457
483
- set -x
484
+ - export CC=clang
458
485
- make php_php_proto_compile_example
459
486
- make php_php_grpc_compile_example
460
487
@@ -463,6 +490,7 @@ tasks:
463
490
platform : macos
464
491
shell_commands :
465
492
- set -x
493
+ - export CC=clang
466
494
- make php_php_proto_compile_example
467
495
- make php_php_grpc_compile_example
468
496
@@ -471,6 +499,7 @@ tasks:
471
499
platform : ubuntu2004
472
500
shell_commands :
473
501
- set -x
502
+ - export CC=clang
474
503
- make python_python_proto_compile_example
475
504
- make python_python_grpc_compile_example
476
505
- make python_python_grpclib_compile_example
@@ -483,6 +512,7 @@ tasks:
483
512
platform : macos
484
513
shell_commands :
485
514
- set -x
515
+ - export CC=clang
486
516
- make python_python_proto_compile_example
487
517
- make python_python_grpc_compile_example
488
518
- make python_python_proto_library_example
@@ -493,6 +523,7 @@ tasks:
493
523
platform : ubuntu2004
494
524
shell_commands :
495
525
- set -x
526
+ - export CC=clang
496
527
- make ruby_ruby_proto_compile_example
497
528
- make ruby_ruby_grpc_compile_example
498
529
- make ruby_ruby_proto_library_example
@@ -503,6 +534,7 @@ tasks:
503
534
platform : macos
504
535
shell_commands :
505
536
- set -x
537
+ - export CC=clang
506
538
- make ruby_ruby_proto_compile_example
507
539
- make ruby_ruby_grpc_compile_example
508
540
- make ruby_ruby_proto_library_example
@@ -513,6 +545,7 @@ tasks:
513
545
platform : ubuntu2004
514
546
shell_commands :
515
547
- set -x
548
+ - export CC=clang
516
549
- make rust_rust_proto_compile_example
517
550
- make rust_rust_grpc_compile_example
518
551
- make rust_rust_proto_library_example
@@ -523,6 +556,7 @@ tasks:
523
556
platform : ubuntu2004
524
557
shell_commands :
525
558
- set -x
559
+ - export CC=clang
526
560
- make scala_scala_proto_compile_example
527
561
- make scala_scala_grpc_compile_example
528
562
- make scala_scala_proto_library_example
@@ -533,6 +567,7 @@ tasks:
533
567
platform : macos
534
568
shell_commands :
535
569
- set -x
570
+ - export CC=clang
536
571
- make scala_scala_proto_compile_example
537
572
- make scala_scala_grpc_compile_example
538
573
- make scala_scala_proto_library_example
@@ -543,6 +578,7 @@ tasks:
543
578
platform : macos
544
579
shell_commands :
545
580
- set -x
581
+ - export CC=clang
546
582
- make swift_swift_proto_compile_example
547
583
- make swift_swift_grpc_compile_example
548
584
- make swift_swift_proto_library_example
@@ -553,6 +589,7 @@ tasks:
553
589
platform : ubuntu2004
554
590
shell_commands :
555
591
- set -x
592
+ - export CC=clang
556
593
- make test_workspace_absolute_strip_import_prefix
557
594
- make test_workspace_combined_strip_and_add_prefix
558
595
- make test_workspace_common_cpp_library
@@ -570,12 +607,14 @@ tasks:
570
607
- make test_workspace_readme_http_archive
571
608
- make test_workspace_relative_strip_import_prefix
572
609
- make test_workspace_shared_proto
610
+ - make test_workspace_special_characters
573
611
574
612
macos_test_workspaces :
575
613
name : test workspaces
576
614
platform : macos
577
615
shell_commands :
578
616
- set -x
617
+ - export CC=clang
579
618
- make test_workspace_absolute_strip_import_prefix
580
619
- make test_workspace_combined_strip_and_add_prefix
581
620
- make test_workspace_common_cpp_library
@@ -593,3 +632,4 @@ tasks:
593
632
- make test_workspace_readme_http_archive
594
633
- make test_workspace_relative_strip_import_prefix
595
634
- make test_workspace_shared_proto
635
+ - make test_workspace_special_characters
0 commit comments