Commit 951016a
fix(release): set release_ruleset bazel_test_command (avoid //... lazy-dep load) (#511)
The v1.1.1 release_ruleset build job failed: its default `bazel test //...`
can't LOAD examples/moonbit_component (needs @rules_moonbit, deliberately
lazy/not eagerly fetched — rolling-URL checksum drift). Main CI avoids //...
via an explicit allowlist for the same reason.
Override bazel_test_command to build the core rule packages only
(//wasm //wit //rust //go //cpp //js //providers) — a pre-release sanity check;
the full suite already ran in main CI on the tagged commit. Verified locally at
v1.1.1: `bazel build //wasm/... //wit/... //rust/... //go/... //cpp/... //js/...
//providers/...` succeeds (46 targets, no load error).
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3bff768 commit 951016a
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
0 commit comments