Skip to content

Commit 160efaf

Browse files
Use Bazel HEAD for non-rules_ios fixtures (#2901)
Also stop verifying Bazel 6 & 7 Bzlmod fixtures. The Bzlmod repo paths have changed in Bazel HEAD. Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent c8d45ee commit 160efaf

File tree

11 files changed

+10355
-10346
lines changed

11 files changed

+10355
-10346
lines changed

buildbuddy.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ x_templates:
4949
- examples/sanitizers/setup-bazel-output-base
5050

5151
commands:
52+
- &generate_integration "--output_base=bazel-output-base run --config=workflows //test/fixtures:update"
5253
- &validate_integration "--output_base=bazel-output-base run --config=workflows //test/fixtures:validate"
5354
- &build_all "--output_base=bazel-output-base build --config=workflows //..."
5455
- &test_all "--output_base=bazel-output-base test --config=workflows //..."
@@ -113,7 +114,8 @@ actions:
113114
<<: *normal_resources
114115
<<: *examples_integration_workspace
115116
bazel_commands:
116-
- *validate_integration
117+
# Not validate since Bazel 8 Bzlmod paths are different
118+
- *generate_integration
117119
- *build_all
118120
- name: Integration Test - "examples/integration" - Bazel LTS
119121
<<: *bazel_lts
@@ -122,7 +124,8 @@ actions:
122124
<<: *normal_resources
123125
<<: *examples_integration_workspace
124126
bazel_commands:
125-
- *validate_integration
127+
# Not validate since Bazel 8 Bzlmod paths are different
128+
- *generate_integration
126129
- *build_all
127130
- name: Integration Test - "examples/integration" - Bazel LTS using WORKSPACE
128131
<<: *bazel_lts
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-407e30105d50
2-
CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-0cb41a45890d
3-
CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-3ebaaa60f9ea
4-
CONFIGURATION-STABLE-3 ios_x86_64-dbg-ios-x86_64-min15.0-applebin_ios-ST-ec26bca69b41
5-
CONFIGURATION-STABLE-4 watchos_x86_64-dbg-watchos-x86_64-min7.0-applebin_watchos-ST-1043e03348d6
6-
CONFIGURATION-STABLE-5 tvos_x86_64-dbg-tvos-x86_64-min15.0-applebin_tvos-ST-ce438f055cbb
7-
CONFIGURATION-STABLE-6 darwin_x86_64-dbg-macos-x86_64-min12.0-applebin_macos-ST-2def78e7184f
8-
CONFIGURATION-STABLE-7 ios_arm64-dbg-ios-arm64-min15.0-applebin_ios-ST-c30990658771
9-
CONFIGURATION-STABLE-8 watchos_arm64_32-dbg-watchos-arm64_32-min7.0-applebin_watchos-ST-fd2a96b3b11f
10-
CONFIGURATION-STABLE-9 tvos_arm64-dbg-tvos-arm64-min15.0-applebin_tvos-ST-7a5a862cb382
11-
CONFIGURATION-STABLE-10 ios_x86_64-opt-ios-x86_64-min15.0-applebin_ios-ST-2c9b4ecefc25
12-
CONFIGURATION-STABLE-11 watchos_x86_64-opt-watchos-x86_64-min7.0-applebin_watchos-ST-847c5b6a4329
13-
CONFIGURATION-STABLE-12 tvos_x86_64-opt-tvos-x86_64-min15.0-applebin_tvos-ST-85587bfa0dfc
14-
CONFIGURATION-STABLE-13 darwin_x86_64-opt-macos-x86_64-min12.0-applebin_macos-ST-5faa35951e87
15-
CONFIGURATION-STABLE-14 ios_arm64-opt-ios-arm64-min15.0-applebin_ios-ST-9a1a343abca6
16-
CONFIGURATION-STABLE-15 watchos_arm64_32-opt-watchos-arm64_32-min7.0-applebin_watchos-ST-64303a5eeb36
17-
CONFIGURATION-STABLE-16 tvos_arm64-opt-tvos-arm64-min15.0-applebin_tvos-ST-fe56c91186e8
18-
CONFIGURATION-STABLE-17 watchos_x86_64-dbg-watchos-x86_64-min8.0-applebin_watchos-ST-99e1c5fcd7e3
19-
CONFIGURATION-STABLE-18 watchos_arm64_32-dbg-watchos-arm64_32-min8.0-applebin_watchos-ST-9d3d8bec26be
20-
CONFIGURATION-STABLE-19 watchos_x86_64-opt-watchos-x86_64-min8.0-applebin_watchos-ST-0a19b84585db
21-
CONFIGURATION-STABLE-20 watchos_arm64_32-opt-watchos-arm64_32-min8.0-applebin_watchos-ST-f46b06ca0e7b
22-
CONFIGURATION-STABLE-21 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-12067848ee5c
23-
CONFIGURATION-STABLE-22 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-114572f286c3
24-
CONFIGURATION-STABLE-23 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-2fa98142772b
25-
CONFIGURATION-STABLE-24 darwin_arm64-dbg-macos-arm64-min11.0-applebin_macos-ST-17dc5fb9af4b
26-
CONFIGURATION-STABLE-25 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-67006a47c4ef
27-
CONFIGURATION-STABLE-26 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-007da2440a68
28-
CONFIGURATION-STABLE-27 darwin_arm64-opt-macos-arm64-min11.0-applebin_macos-ST-44db42dc8599
29-
CONFIGURATION-STABLE-28 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-b46e9b013234
30-
CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-e273d27b8a77
31-
CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-d92b73c84722
1+
CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-5cdabfca8eac
2+
CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-af2d17e7468c
3+
CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-ed88a6bd154b
4+
CONFIGURATION-STABLE-3 ios_x86_64-dbg-ios-x86_64-min15.0-applebin_ios-ST-cba9a60e2c1d
5+
CONFIGURATION-STABLE-4 watchos_x86_64-dbg-watchos-x86_64-min7.0-applebin_watchos-ST-0ba2eee076d7
6+
CONFIGURATION-STABLE-5 tvos_x86_64-dbg-tvos-x86_64-min15.0-applebin_tvos-ST-1afc9016651c
7+
CONFIGURATION-STABLE-6 darwin_x86_64-dbg-macos-x86_64-min12.0-applebin_macos-ST-35924c4453bf
8+
CONFIGURATION-STABLE-7 ios_arm64-dbg-ios-arm64-min15.0-applebin_ios-ST-2aad887bcd5d
9+
CONFIGURATION-STABLE-8 watchos_arm64_32-dbg-watchos-arm64_32-min7.0-applebin_watchos-ST-7aa80d629946
10+
CONFIGURATION-STABLE-9 tvos_arm64-dbg-tvos-arm64-min15.0-applebin_tvos-ST-1d374e00021f
11+
CONFIGURATION-STABLE-10 ios_x86_64-opt-ios-x86_64-min15.0-applebin_ios-ST-945825dc153d
12+
CONFIGURATION-STABLE-11 watchos_x86_64-opt-watchos-x86_64-min7.0-applebin_watchos-ST-8cfcd0441236
13+
CONFIGURATION-STABLE-12 tvos_x86_64-opt-tvos-x86_64-min15.0-applebin_tvos-ST-ee2e01b2e0a4
14+
CONFIGURATION-STABLE-13 darwin_x86_64-opt-macos-x86_64-min12.0-applebin_macos-ST-6ed0ac781e59
15+
CONFIGURATION-STABLE-14 ios_arm64-opt-ios-arm64-min15.0-applebin_ios-ST-bddd3faac7bb
16+
CONFIGURATION-STABLE-15 watchos_arm64_32-opt-watchos-arm64_32-min7.0-applebin_watchos-ST-96587910dcfd
17+
CONFIGURATION-STABLE-16 tvos_arm64-opt-tvos-arm64-min15.0-applebin_tvos-ST-1df85f7d4270
18+
CONFIGURATION-STABLE-17 watchos_x86_64-dbg-watchos-x86_64-min8.0-applebin_watchos-ST-35044a1e4a9c
19+
CONFIGURATION-STABLE-18 watchos_arm64_32-dbg-watchos-arm64_32-min8.0-applebin_watchos-ST-f683bdad092b
20+
CONFIGURATION-STABLE-19 watchos_x86_64-opt-watchos-x86_64-min8.0-applebin_watchos-ST-c77cf8a7e9b0
21+
CONFIGURATION-STABLE-20 watchos_arm64_32-opt-watchos-arm64_32-min8.0-applebin_watchos-ST-c5bb08c4ec8b
22+
CONFIGURATION-STABLE-21 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-96b3bb222f1b
23+
CONFIGURATION-STABLE-22 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-636a89397f6d
24+
CONFIGURATION-STABLE-23 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-74a130bc5f52
25+
CONFIGURATION-STABLE-24 darwin_arm64-dbg-macos-arm64-min11.0-applebin_macos-ST-47ed761abe98
26+
CONFIGURATION-STABLE-25 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-d431d74f0b63
27+
CONFIGURATION-STABLE-26 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-291962e2a969
28+
CONFIGURATION-STABLE-27 darwin_arm64-opt-macos-arm64-min11.0-applebin_macos-ST-1f6a6803cfe9
29+
CONFIGURATION-STABLE-28 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-c64a0ee0512a
30+
CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-4c86f64b0a3a
31+
CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-5e99262938b0

0 commit comments

Comments
 (0)