bazel
bazel copied to clipboard
[bazel.build] Problem with /start/cpp
Page link:
https://bazel.build/start/cpp
Problem description (include actual vs expected text, if applicable):
References WORKSPACE instead of MODULE.bazel
Where do you see this issue? (include link to specific section of the page, if applicable)
https://bazel.build/start/cpp#set_up_the_workspace
Any other information you'd like to share?
No response
Hi @dplassgit, Could you please elaborate your query with more details. Thanks!
The document I referenced only shows how to set up Bazel using a WORKSPACE file. This will soon be obsolete; the preferred way of configuring bazel is evidently via MODULE.bazel files. Please update the tutorial to show how to set up MODULE.bazel instead of WORKSPACE.
cc @Wyverald