Skip to content

Commit 7d81749

Browse files
committed
Disable ubuntu2004_arm64, still broken...
1 parent 612a0ba commit 7d81749

File tree

2 files changed

+2
-209
lines changed

2 files changed

+2
-209
lines changed

.bazelci/presubmit.yml

Lines changed: 0 additions & 203 deletions
Original file line numberDiff line numberDiff line change
@@ -51,58 +51,6 @@ tasks:
5151
- "//examples/routeguide:scala_js"
5252
- "//examples/routeguide:scala_python"
5353

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-
10654
main_macos:
10755
name: Build & Test All
10856
platform: macos
@@ -193,16 +141,6 @@ tasks:
193141
- make buf_buf_proto_breaking_test_example
194142
- make buf_buf_proto_lint_test_example
195143

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-
206144
buf_macos_examples:
207145
name: Buf
208146
platform: macos
@@ -235,18 +173,6 @@ tasks:
235173
- make cpp_cpp_proto_library_example
236174
- make cpp_cpp_grpc_library_example
237175

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-
250176
cpp_macos_examples:
251177
name: C++
252178
platform: macos
@@ -283,18 +209,6 @@ tasks:
283209
- make csharp_csharp_proto_library_example
284210
- make csharp_csharp_grpc_library_example
285211

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-
298212
csharp_macos_examples:
299213
name: C#
300214
platform: macos
@@ -332,19 +246,6 @@ tasks:
332246
- make doc_doc_markdown_compile_example
333247
- make doc_doc_template_compile_example
334248

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-
348249
doc_macos_examples:
349250
name: Documentation
350251
platform: macos
@@ -383,18 +284,6 @@ tasks:
383284
- make go_go_proto_library_example
384285
- make go_go_grpc_library_example
385286

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-
398287
go_macos_examples:
399288
name: Go
400289
platform: macos
@@ -431,18 +320,6 @@ tasks:
431320
- make grpc_gateway_gateway_openapiv2_combined_compile_example
432321
- make grpc_gateway_gateway_grpc_library_example
433322

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-
446323
grpc_gateway_macos_examples:
447324
name: gRPC-Gateway
448325
platform: macos
@@ -479,18 +356,6 @@ tasks:
479356
- make java_java_proto_library_example
480357
- make java_java_grpc_library_example
481358

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-
494359
java_macos_examples:
495360
name: Java
496361
platform: macos
@@ -527,20 +392,6 @@ tasks:
527392
- make js_js_grpc_library_example
528393
- make js_js_grpc_web_library_example
529394

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-
544395
js_macos_examples:
545396
name: JavaScript
546397
platform: macos
@@ -569,20 +420,6 @@ tasks:
569420
- make python_python_grpc_library_example
570421
- make python_python_grpclib_library_example
571422

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-
586423
python_macos_examples:
587424
name: Python
588425
platform: macos
@@ -623,18 +460,6 @@ tasks:
623460
- make scala_scala_proto_library_example
624461
- make scala_scala_grpc_library_example
625462

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-
638463
scala_macos_examples:
639464
name: Scala
640465
platform: macos
@@ -713,34 +538,6 @@ tasks:
713538
- make test_workspace_shared_proto
714539
- make test_workspace_special_characters
715540

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-
744541
macos_arm64_test_workspaces:
745542
name: Test Workspaces
746543
platform: macos_arm64

tools/rulegen/main.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
var ciPlatforms = []string{
1717
"ubuntu2204",
18-
"ubuntu2004_arm64",
18+
// "ubuntu2004_arm64", // TODO: enable once protobuf hits 32, as this fixes absl version
1919
// "windows", // Blocked by https://github.com/bazelbuild/bazel/issues/18683
2020
// "windows_arm64", // Blocked by https://github.com/bazelbuild/bazel/issues/18683
2121
"macos",
@@ -29,11 +29,7 @@ var ciPlatformsMap = map[string][]string{
2929

3030
var extraPlatformFlags = map[string][]string{
3131
"ubuntu2204": []string{},
32-
"ubuntu2004_arm64": []string{
33-
// Required for absl to build correctly and avoid
34-
// "Error: selected processor does not support `xpaclri'"
35-
"--repo_env=CC=clang",
36-
},
32+
// TODO: remove
3733
"windows": []string{
3834
"--define=protobuf_allow_msvc=true", // https://github.com/protocolbuffers/protobuf/issues/20085
3935
},

0 commit comments

Comments
 (0)