@@ -11,11 +11,11 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
include :
14
- # Build standard , native
15
- - { name: "windows - native", os: windows-2022, command: "test", config: "--config=windows", bazel_options: "--output_user_root=C:\\bazelroot", }
16
- - { name: "windows arm - native", os: windows-2022, command: "build", config: "--config=windows_arm", bazel_options: "--output_user_root=C:\\bazelroot", }
17
- - { name: "ubuntu - native", os: ubuntu-latest, command: "test", config: "--config=linux", bazel_options: "", }
18
- - { name: "macos - native", os: macos-latest, command: "test", config: "--config=macos", bazel_options: "", }
14
+ # Build non-bzlmod , native
15
+ - { name: "windows - native", os: windows-2022, command: "test", config: "--noenable_bzlmod -- config=windows", bazel_options: "--output_user_root=C:\\bazelroot", }
16
+ - { name: "windows arm - native", os: windows-2022, command: "build", config: "--noenable_bzlmod -- config=windows_arm", bazel_options: "--output_user_root=C:\\bazelroot", }
17
+ - { name: "ubuntu - native", os: ubuntu-latest, command: "test", config: "--noenable_bzlmod -- config=linux", bazel_options: "", }
18
+ - { name: "macos - native", os: macos-latest, command: "test", config: "--noenable_bzlmod -- config=macos", bazel_options: "", }
19
19
20
20
# Build bzlmod, native
21
21
- { name: "windows - bzlmod native", os: windows-2022, command: "test", config: "--enable_bzlmod --config=windows", bazel_options: "--output_user_root=C:\\bazelroot", }
@@ -42,10 +42,10 @@ jobs:
42
42
fail-fast : false
43
43
matrix :
44
44
include :
45
- # Build standard , roborio
46
- - { name: "windows - roborio", os: windows-2022, command: "build", config: "--config=roborio", bazel_options: "--output_user_root=C:\\bazelroot", }
47
- - { name: "ubuntu - roborio", os: ubuntu-latest, command: "build", config: "--config=roborio", bazel_options: "", }
48
- - { name: "macos - roborio", os: macos-latest, command: "build", config: "--config=roborio", bazel_options: "", }
45
+ # Build non-bzlmod , roborio
46
+ - { name: "windows - roborio", os: windows-2022, command: "build", config: "--noenable_bzlmod -- config=roborio", bazel_options: "--output_user_root=C:\\bazelroot", }
47
+ - { name: "ubuntu - roborio", os: ubuntu-latest, command: "build", config: "--noenable_bzlmod -- config=roborio", bazel_options: "", }
48
+ - { name: "macos - roborio", os: macos-latest, command: "build", config: "--noenable_bzlmod -- config=roborio", bazel_options: "", }
49
49
50
50
# Build bzlmod, roborio
51
51
# - { name: "windows - bzlmod roborio", os: windows-2022, command: "build", config: "--enable_bzlmod --config=roborio", bazel_options: "--output_user_root=C:\\bazelroot", }
@@ -68,10 +68,10 @@ jobs:
68
68
fail-fast : false
69
69
matrix :
70
70
include :
71
- # Build standard , bullseye32
72
- - { name: "windows - bullseye32", os: windows-2022, command: "build", config: "--config=bullseye32", bazel_options: "--output_user_root=C:\\bazelroot", }
73
- - { name: "ubuntu - bullseye32", os: ubuntu-latest, command: "build", config: "--config=bullseye32", bazel_options: "", }
74
- - { name: "macos - bullseye32", os: macos-latest, command: "build", config: "--config=bullseye32", bazel_options: "", }
71
+ # Build non-bzlmod , bullseye32
72
+ - { name: "windows - bullseye32", os: windows-2022, command: "build", config: "--noenable_bzlmod -- config=bullseye32", bazel_options: "--output_user_root=C:\\bazelroot", }
73
+ - { name: "ubuntu - bullseye32", os: ubuntu-latest, command: "build", config: "--noenable_bzlmod -- config=bullseye32", bazel_options: "", }
74
+ - { name: "macos - bullseye32", os: macos-latest, command: "build", config: "--noenable_bzlmod -- config=bullseye32", bazel_options: "", }
75
75
76
76
# Build bzlmod, bullseye32
77
77
- { name: "windows - bzlmod bullseye32", os: windows-2022, command: "build", config: "--enable_bzlmod --config=bullseye32", bazel_options: "--output_user_root=C:\\bazelroot", }
@@ -95,10 +95,10 @@ jobs:
95
95
fail-fast : false
96
96
matrix :
97
97
include :
98
- # Build standard , bullseye32:
99
- - { name: "windows - bullseye64", os: windows-2022, command: "build", config: "--config=bullseye64", bazel_options: "--output_user_root=C:\\bazelroot", }
100
- - { name: "ubuntu - bullseye64", os: ubuntu-latest, command: "build", config: "--config=bullseye64", bazel_options: "", }
101
- - { name: "macos - bullseye64", os: macos-latest, command: "build", config: "--config=bullseye32", bazel_options: "", }
98
+ # Build non-bzlmod , bullseye32:
99
+ - { name: "windows - bullseye64", os: windows-2022, command: "build", config: "--noenable_bzlmod -- config=bullseye64", bazel_options: "--output_user_root=C:\\bazelroot", }
100
+ - { name: "ubuntu - bullseye64", os: ubuntu-latest, command: "build", config: "--noenable_bzlmod -- config=bullseye64", bazel_options: "", }
101
+ - { name: "macos - bullseye64", os: macos-latest, command: "build", config: "--noenable_bzlmod -- config=bullseye32", bazel_options: "", }
102
102
103
103
# Build bzlmod, bullseye32:
104
104
- { name: "windows - bzlmod bullseye64", os: windows-2022, command: "build", config: "--enable_bzlmod --config=bullseye64", bazel_options: "--output_user_root=C:\\bazelroot", }
0 commit comments