Skip to content

Commit 78fad21

Browse files
committed
bzlmod: remove bazel query for rules_rust deps
Not all deps need be reachable from the root workspace for bzlmod. Signed-off-by: Matt Leon <mattleon@google.com>
1 parent c686183 commit 78fad21

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/format.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ jobs:
9595
external-cache: false
9696
repository-cache: true
9797

98-
- name: Format (bazel query)
99-
run: |
100-
bazel query 'deps(//bazel/cargo/...)'
101-
10298
- name: Format (rules_rust)
10399
run: |
104100
bazel run //bazel/cargo/wasmsign:crates_vendor

0 commit comments

Comments
 (0)