Skip to content

Commit

Permalink
Merge pull request dtolnay#1382 from dtolnay/bazellock
Browse files Browse the repository at this point in the history
Enforce that MODULE.bazel.lock generated by bazel rules_rust is up to date
  • Loading branch information
dtolnay authored Oct 15, 2024
2 parents 98577b0 + 4f9b0a0 commit 7b8aa58
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 80 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
continue-on-error: ${{matrix.os == 'windows'}} # https://github.com/bazelbuild/bazel/issues/18592
- run: bazel test ... --verbose_failures --noshow_progress ${{matrix.os == 'macos' && '--xcode_version_config=tools/bazel:github_actions_xcodes' || ''}}
continue-on-error: ${{matrix.os == 'windows'}} # https://github.com/bazelbuild/bazel/issues/18592
- name: Check MODULE.bazel.lock up to date
run: git diff --exit-code
if: matrix.os == 'ubuntu' || matrix.os == 'macos'

minimal:
name: Minimal versions
Expand Down
160 changes: 80 additions & 80 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b8aa58

Please sign in to comment.