-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: specify bazel version for quickstarts used in the quickstart-bazel build #14892
ci: specify bazel version for quickstarts used in the quickstart-bazel build #14892
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14892 +/- ##
==========================================
- Coverage 92.92% 92.91% -0.01%
==========================================
Files 2351 2351
Lines 209692 209692
==========================================
- Hits 194851 194841 -10
- Misses 14841 14851 +10 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we want this in all of the quickstarts, right? We only happen to build a few of them, but they all would fail.
$ cd google/cloud/ids/quickstart
$ bazelisk --version
bazel 8.0.0
$ bazelisk build ...
ERROR: Error computing the main repository mapping: error loading package 'external': Both --enable_bzlmod and --enable_workspace are disabled, but one of them must be enabled to fetch external dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
Reviewable status: 0 of 143 files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
This change is