You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .bazelci/config.yaml
+49-23Lines changed: 49 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ tasks:
18
18
- "//..."
19
19
test_targets:
20
20
- "//..."
21
+
macos_arm64:
22
+
platform: macos_arm64
23
+
build_targets:
24
+
- "//..."
25
+
test_targets:
26
+
- "//..."
21
27
windows:
22
28
platform: windows
23
29
build_targets:
@@ -35,6 +41,7 @@ tasks:
35
41
- "--enable_workspace"
36
42
ubuntu1804_examples_standalone:
37
43
name: Examples (spawn_strategy=standalone)
44
+
bazel: "7.4.1"
38
45
platform: ubuntu1804
39
46
working_directory: examples
40
47
linux_targets: &linux_targets_standalone
@@ -45,17 +52,16 @@ tasks:
45
52
- "-c"
46
53
- "dbg"
47
54
- "--spawn_strategy=standalone"
48
-
- "--noenable_bzlmod"
49
55
- "--enable_workspace"
50
56
test_targets: *linux_targets_standalone
51
57
test_flags:
52
58
- "-c"
53
59
- "dbg"
54
60
- "--spawn_strategy=standalone"
55
-
- "--noenable_bzlmod"
56
61
- "--enable_workspace"
57
62
ubuntu2004_examples:
58
63
name: Examples
64
+
bazel: "7.4.1"
59
65
platform: ubuntu2004
60
66
working_directory: examples
61
67
linux_targets: &linux_targets
@@ -64,39 +70,28 @@ tasks:
64
70
build_targets: *linux_targets
65
71
test_targets: *linux_targets
66
72
build_flags:
67
-
- "--noenable_bzlmod"
68
73
- "--enable_workspace"
69
74
test_flags:
70
-
- "--noenable_bzlmod"
71
75
- "--enable_workspace"
72
-
ubuntu2004_examples_bzlmod:
73
-
name: Examples (bzlmod)
74
-
platform: ubuntu2004
75
-
working_directory: examples
76
-
linux_targets: &linux_targets_bzlmod
77
-
- "//..."
78
-
- "//:third_party_examples_linux_tests"
79
-
# gives error '//external:databinding_annotation_processor': target 'databinding_annotation_processor' not declared in package 'external' defined by /workdir/examples/WORKSPACE.bazel (Tip: use `query "//external:*"` to see all the targets in that package) and referenced by '@bazel_tools//tools/android:databinding_annotation_processor'
80
-
- "-//cmake_android/..."
81
-
build_targets: *linux_targets_bzlmod
82
-
test_targets: *linux_targets_bzlmod
83
-
build_flags:
84
-
- "--enable_bzlmod"
85
76
rbe_ubuntu2004_examples:
86
77
name: Examples
78
+
bazel: "7.4.1"
87
79
platform: rbe_ubuntu2004
88
80
working_directory: examples
89
81
rbe_targets: &rbe_targets
90
82
- "//..."
91
83
- "//:third_party_examples_linux_rbe_tests"
92
84
# Gives error: zipalign: error while loading shared libraries: /usr/local/lib/libc++.so: file too short
93
85
- "-//cmake_android/..."
94
-
# Python requirements not supported on Ubuntu 16.04
0 commit comments