Skip to content

Commit

Permalink
Always repin before running bazel/test_workspace tests
Browse files Browse the repository at this point in the history
This way we don't have to spend time keeping those lock files
up-to-date.

Change-Id: I03924ffa319bb00dcac85cc534540e597e060e40
  • Loading branch information
jblebrun committed Jun 27, 2024
1 parent 6a40d36 commit 3fbb997
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 43,141 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ bazel-*
# Local additional settings and overrides.
/.local.bazelrc

# These exist as empty files, but we don't want to check in any changes to them.
bazel/test_workspace/Cargo-test.bazel.lock
bazel/test_workspace/Cargo_no_std-test.bazel.lock
bazel/test_workspace/cargo-bazel-test-lock.json
bazel/test_workspace/cargo-no-std-test-bazel-lock.json

# Index file used to compare artifacts for reproducibility.
/reproducibility_index

Expand Down
Loading

0 comments on commit 3fbb997

Please sign in to comment.