Skip to content

Commit

Permalink
chore: disable Bazel lockfiles and remove them (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel authored Aug 16, 2023
1 parent 2f9b14e commit 2c8b471
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 27,299 deletions.
2,071 changes: 0 additions & 2,071 deletions MODULE.bazel.lock

This file was deleted.

2,009 changes: 0 additions & 2,009 deletions bzlmod/workspace/MODULE.bazel.lock

This file was deleted.

1,930 changes: 0 additions & 1,930 deletions examples/firebase_example/MODULE.bazel.lock

This file was deleted.

1,939 changes: 0 additions & 1,939 deletions examples/interesting_deps/MODULE.bazel.lock

This file was deleted.

1,987 changes: 0 additions & 1,987 deletions examples/ios_sim/MODULE.bazel.lock

This file was deleted.

1,928 changes: 0 additions & 1,928 deletions examples/objc_code/MODULE.bazel.lock

This file was deleted.

1,929 changes: 0 additions & 1,929 deletions examples/phone_number_kit/MODULE.bazel.lock

This file was deleted.

1,931 changes: 0 additions & 1,931 deletions examples/pkg_manifest_minimal/MODULE.bazel.lock

This file was deleted.

1,929 changes: 0 additions & 1,929 deletions examples/resources_example/MODULE.bazel.lock

This file was deleted.

1,929 changes: 0 additions & 1,929 deletions examples/snapkit_example/MODULE.bazel.lock

This file was deleted.

1,929 changes: 0 additions & 1,929 deletions examples/soto_example/MODULE.bazel.lock

This file was deleted.

1,929 changes: 0 additions & 1,929 deletions examples/tca_example/MODULE.bazel.lock

This file was deleted.

1,931 changes: 0 additions & 1,931 deletions examples/vapor_example/MODULE.bazel.lock

This file was deleted.

1,928 changes: 0 additions & 1,928 deletions examples/xcmetrics_example/MODULE.bazel.lock

This file was deleted.

4 changes: 4 additions & 0 deletions shared.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ build --incompatible_strict_action_env=true
common --enable_bzlmod
build --@cgrindel_bazel_starlib//bzlmod:enabled

# Disable lockfiles until it works properly.
# https://github.com/bazelbuild/bazel/issues/19068
common --lockfile_mode=off

# Remote Cache
build:cache --bes_results_url=https://app.buildbuddy.io/invocation/
build:cache --bes_backend=grpcs://remote.buildbuddy.io
Expand Down

0 comments on commit 2c8b471

Please sign in to comment.