mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-26 04:30:24 +00:00
99a6bcb240
After #400, the gazelle plugin has been cleanly separated out into its own bazel workspace, which will soon finally allow us to mark it stable. But this means: * we need to change our bazelci config to explicitly build and test it, since `bazel build //...` no longer includes the plugin; * we need to add proper distribution rules for it; * we need to update release instructions, since now we will have two distribution tarballs
17 lines
607 B
Diff
17 lines
607 B
Diff
--- MODULE.bazel
|
|
+++ MODULE.bazel
|
|
@@ -22,8 +22,8 @@
|
|
# Needed for bazelci and for building distribution tarballs.
|
|
# If using an unreleased version of bazel_skylib via git_override, apply
|
|
# MODULE.bazel-remove-override.patch to remove the following lines:
|
|
-bazel_dep(name = "bazel_skylib_gazelle_plugin", dev_dependency = True)
|
|
-local_path_override(
|
|
- module_name = "bazel_skylib_gazelle_plugin",
|
|
- path = "gazelle",
|
|
-)
|
|
+# bazel_dep(name = "bazel_skylib_gazelle_plugin", dev_dependency = True)
|
|
+# local_path_override(
|
|
+# module_name = "bazel_skylib_gazelle_plugin",
|
|
+# path = "gazelle",
|
|
+# )
|