Skip to content

Commit

Permalink
Fix issue link (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
keertk authored Dec 11, 2023
1 parent e4b9887 commit 440a683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-12-11-bazel-7-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ As we announced in a [previous blog post](https://blog.bazel.build/2023/07/24/wh

Note that even if you have an empty `MODULE.bazel` file, Bazel 7 might behave differently from older versions because Bzlmod is enabled, particularly surrounding label stringification and runfiles handling. See the [Bzlmod migration guide](https://bazel.build/external/migration) for more information.

You may wish to plan a migration to remove content from the `WORKSPACE` file. At this time, such a migration is possible, but may run into challenges. For example, we are aware that some rulesets do not work with bzlmod yet. If you encounter a missing one, we ask you to file a “Module Wanted” issue on the [Central Registry](https://github.com/bazelbuild/bazel-central-registry/issues/new).
You may wish to plan a migration to remove content from the `WORKSPACE` file. At this time, such a migration is possible, but may run into challenges. For example, we are aware that some rulesets do not work with bzlmod yet. If you encounter a missing one, we ask you to file a “Module Wanted” issue on the [Central Registry](https://github.com/bazelbuild/bazel-central-registry/issues/new/choose).

### Build without the Bytes (BwoB)

Expand Down

0 comments on commit 440a683

Please sign in to comment.