Skip to content

Commit 8743b8e

Browse files
authored
chore: restore WORKSPACE file (#393)
It was removed in #390 but that broke 'bazel configure'. Also upgrade Aspect CLI to latest while I'm here, though it didn't fix anything
1 parent 0aa3751 commit 8743b8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .bazeliskrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BAZELISK_BASE_URL=https://static.aspect.build/aspect
2-
USE_BAZEL_VERSION=aspect/2024.42.3
2+
USE_BAZEL_VERSION=aspect/2024.51.11
33

44
# Aspect CLI (aspect) is wrapper for Bazel, built on top of Bazelisk, that adds
55
# additional features and extensibility to the popular polyglot build system from Google.

Diff for: WORKSPACE.bazel

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file should be removed once issues are fixed:
2+
# https://github.com/bazel-contrib/bazel-gazelle/issues/2012
3+
# https://github.com/bazelbuild/bazel-watcher/issues/646

0 commit comments

Comments
 (0)