@@ -51,58 +51,6 @@ tasks:
51
51
- " //examples/routeguide:scala_js"
52
52
- " //examples/routeguide:scala_python"
53
53
54
- main_ubuntu2004_arm64 :
55
- name : Build & Test All
56
- platform : ubuntu2004_arm64
57
- test_flags :
58
- - " --test_output=errors"
59
- - " --cxxopt=-std=c++17"
60
- - " --host_cxxopt=-std=c++17"
61
- - " --repo_env=CC=clang"
62
- test_targets :
63
- - " //examples/routeguide:cpp_cpp"
64
- - " //examples/routeguide:cpp_csharp"
65
- - " //examples/routeguide:cpp_go"
66
- - " //examples/routeguide:cpp_java"
67
- - " //examples/routeguide:cpp_js"
68
- - " //examples/routeguide:cpp_python"
69
- - " //examples/routeguide:csharp_cpp"
70
- - " //examples/routeguide:csharp_csharp"
71
- - " //examples/routeguide:csharp_go"
72
- - " //examples/routeguide:csharp_java"
73
- - " //examples/routeguide:csharp_js"
74
- - " //examples/routeguide:csharp_python"
75
- - " //examples/routeguide:go_cpp"
76
- - " //examples/routeguide:go_csharp"
77
- - " //examples/routeguide:go_go"
78
- - " //examples/routeguide:go_java"
79
- - " //examples/routeguide:go_js"
80
- - " //examples/routeguide:go_python"
81
- - " //examples/routeguide:java_cpp"
82
- - " //examples/routeguide:java_csharp"
83
- - " //examples/routeguide:java_go"
84
- - " //examples/routeguide:java_java"
85
- - " //examples/routeguide:java_js"
86
- - " //examples/routeguide:java_python"
87
- - " //examples/routeguide:js_cpp"
88
- - " //examples/routeguide:js_csharp"
89
- - " //examples/routeguide:js_go"
90
- - " //examples/routeguide:js_java"
91
- - " //examples/routeguide:js_js"
92
- - " //examples/routeguide:js_python"
93
- - " //examples/routeguide:python_cpp"
94
- - " //examples/routeguide:python_csharp"
95
- - " //examples/routeguide:python_go"
96
- - " //examples/routeguide:python_java"
97
- - " //examples/routeguide:python_js"
98
- - " //examples/routeguide:python_python"
99
- - " //examples/routeguide:scala_cpp"
100
- - " //examples/routeguide:scala_csharp"
101
- - " //examples/routeguide:scala_go"
102
- - " //examples/routeguide:scala_java"
103
- - " //examples/routeguide:scala_js"
104
- - " //examples/routeguide:scala_python"
105
-
106
54
main_macos :
107
55
name : Build & Test All
108
56
platform : macos
@@ -193,16 +141,6 @@ tasks:
193
141
- make buf_buf_proto_breaking_test_example
194
142
- make buf_buf_proto_lint_test_example
195
143
196
- buf_ubuntu2004_arm64_examples :
197
- name : Buf
198
- platform : ubuntu2004_arm64
199
- environment :
200
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
201
- shell_commands :
202
- - set -x
203
- - make buf_buf_proto_breaking_test_example
204
- - make buf_buf_proto_lint_test_example
205
-
206
144
buf_macos_examples :
207
145
name : Buf
208
146
platform : macos
@@ -235,18 +173,6 @@ tasks:
235
173
- make cpp_cpp_proto_library_example
236
174
- make cpp_cpp_grpc_library_example
237
175
238
- cpp_ubuntu2004_arm64_examples :
239
- name : C++
240
- platform : ubuntu2004_arm64
241
- environment :
242
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
243
- shell_commands :
244
- - set -x
245
- - make cpp_cpp_proto_compile_example
246
- - make cpp_cpp_grpc_compile_example
247
- - make cpp_cpp_proto_library_example
248
- - make cpp_cpp_grpc_library_example
249
-
250
176
cpp_macos_examples :
251
177
name : C++
252
178
platform : macos
@@ -283,18 +209,6 @@ tasks:
283
209
- make csharp_csharp_proto_library_example
284
210
- make csharp_csharp_grpc_library_example
285
211
286
- csharp_ubuntu2004_arm64_examples :
287
- name : C#
288
- platform : ubuntu2004_arm64
289
- environment :
290
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
291
- shell_commands :
292
- - set -x
293
- - make csharp_csharp_proto_compile_example
294
- - make csharp_csharp_grpc_compile_example
295
- - make csharp_csharp_proto_library_example
296
- - make csharp_csharp_grpc_library_example
297
-
298
212
csharp_macos_examples :
299
213
name : C#
300
214
platform : macos
@@ -332,19 +246,6 @@ tasks:
332
246
- make doc_doc_markdown_compile_example
333
247
- make doc_doc_template_compile_example
334
248
335
- doc_ubuntu2004_arm64_examples :
336
- name : Documentation
337
- platform : ubuntu2004_arm64
338
- environment :
339
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
340
- shell_commands :
341
- - set -x
342
- - make doc_doc_docbook_compile_example
343
- - make doc_doc_html_compile_example
344
- - make doc_doc_json_compile_example
345
- - make doc_doc_markdown_compile_example
346
- - make doc_doc_template_compile_example
347
-
348
249
doc_macos_examples :
349
250
name : Documentation
350
251
platform : macos
@@ -383,18 +284,6 @@ tasks:
383
284
- make go_go_proto_library_example
384
285
- make go_go_grpc_library_example
385
286
386
- go_ubuntu2004_arm64_examples :
387
- name : Go
388
- platform : ubuntu2004_arm64
389
- environment :
390
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
391
- shell_commands :
392
- - set -x
393
- - make go_go_proto_compile_example
394
- - make go_go_grpc_compile_example
395
- - make go_go_proto_library_example
396
- - make go_go_grpc_library_example
397
-
398
287
go_macos_examples :
399
288
name : Go
400
289
platform : macos
@@ -431,18 +320,6 @@ tasks:
431
320
- make grpc_gateway_gateway_openapiv2_combined_compile_example
432
321
- make grpc_gateway_gateway_grpc_library_example
433
322
434
- grpc_gateway_ubuntu2004_arm64_examples :
435
- name : gRPC-Gateway
436
- platform : ubuntu2004_arm64
437
- environment :
438
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
439
- shell_commands :
440
- - set -x
441
- - make grpc_gateway_gateway_grpc_compile_example
442
- - make grpc_gateway_gateway_openapiv2_compile_example
443
- - make grpc_gateway_gateway_openapiv2_combined_compile_example
444
- - make grpc_gateway_gateway_grpc_library_example
445
-
446
323
grpc_gateway_macos_examples :
447
324
name : gRPC-Gateway
448
325
platform : macos
@@ -479,18 +356,6 @@ tasks:
479
356
- make java_java_proto_library_example
480
357
- make java_java_grpc_library_example
481
358
482
- java_ubuntu2004_arm64_examples :
483
- name : Java
484
- platform : ubuntu2004_arm64
485
- environment :
486
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
487
- shell_commands :
488
- - set -x
489
- - make java_java_proto_compile_example
490
- - make java_java_grpc_compile_example
491
- - make java_java_proto_library_example
492
- - make java_java_grpc_library_example
493
-
494
359
java_macos_examples :
495
360
name : Java
496
361
platform : macos
@@ -527,20 +392,6 @@ tasks:
527
392
- make js_js_grpc_library_example
528
393
- make js_js_grpc_web_library_example
529
394
530
- js_ubuntu2004_arm64_examples :
531
- name : JavaScript
532
- platform : ubuntu2004_arm64
533
- environment :
534
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
535
- shell_commands :
536
- - set -x
537
- - make js_js_proto_compile_example
538
- - make js_js_grpc_compile_example
539
- - make js_js_grpc_web_compile_example
540
- - make js_js_proto_library_example
541
- - make js_js_grpc_library_example
542
- - make js_js_grpc_web_library_example
543
-
544
395
js_macos_examples :
545
396
name : JavaScript
546
397
platform : macos
@@ -569,20 +420,6 @@ tasks:
569
420
- make python_python_grpc_library_example
570
421
- make python_python_grpclib_library_example
571
422
572
- python_ubuntu2004_arm64_examples :
573
- name : Python
574
- platform : ubuntu2004_arm64
575
- environment :
576
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
577
- shell_commands :
578
- - set -x
579
- - make python_python_proto_compile_example
580
- - make python_python_grpc_compile_example
581
- - make python_python_grpclib_compile_example
582
- - make python_python_proto_library_example
583
- - make python_python_grpc_library_example
584
- - make python_python_grpclib_library_example
585
-
586
423
python_macos_examples :
587
424
name : Python
588
425
platform : macos
@@ -623,18 +460,6 @@ tasks:
623
460
- make scala_scala_proto_library_example
624
461
- make scala_scala_grpc_library_example
625
462
626
- scala_ubuntu2004_arm64_examples :
627
- name : Scala
628
- platform : ubuntu2004_arm64
629
- environment :
630
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
631
- shell_commands :
632
- - set -x
633
- - make scala_scala_proto_compile_example
634
- - make scala_scala_grpc_compile_example
635
- - make scala_scala_proto_library_example
636
- - make scala_scala_grpc_library_example
637
-
638
463
scala_macos_examples :
639
464
name : Scala
640
465
platform : macos
@@ -713,34 +538,6 @@ tasks:
713
538
- make test_workspace_shared_proto
714
539
- make test_workspace_special_characters
715
540
716
- ubuntu2004_arm64_test_workspaces :
717
- name : Test Workspaces
718
- platform : ubuntu2004_arm64
719
- environment :
720
- BAZEL_EXTRA_FLAGS : " --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 --repo_env=CC=clang"
721
- shell_commands :
722
- - set -x
723
- - make test_workspace_absolute_strip_import_prefix
724
- - make test_workspace_combined_strip_and_add_prefix
725
- - make test_workspace_common_cpp_library
726
- - make test_workspace_empty_output_directory
727
- - make test_workspace_exclusions
728
- - make test_workspace_generated_proto
729
- - make test_workspace_go_fixer
730
- - make test_workspace_go_importpath
731
- - make test_workspace_import_prefix
732
- - make test_workspace_java_deps
733
- - make test_workspace_nested_output_directory
734
- - make test_workspace_objc_capitalisation
735
- - make test_workspace_prefix_path
736
- - make test_workspace_python3_grpc
737
- - make test_workspace_python_dashes
738
- - make test_workspace_python_deps
739
- - make test_workspace_python_dots
740
- - make test_workspace_relative_strip_import_prefix
741
- - make test_workspace_shared_proto
742
- - make test_workspace_special_characters
743
-
744
541
macos_arm64_test_workspaces :
745
542
name : Test Workspaces
746
543
platform : macos_arm64
0 commit comments