Skip to content
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

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

scotthart
Copy link
Member

@scotthart scotthart commented Dec 10, 2024

This change is Reviewable

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.91%. Comparing base (e6d9ab4) to head (29f3957).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

Copy link
Member

@dbolduc dbolduc left a 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.

Copy link
Member Author

@scotthart scotthart left a 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

Copy link
Member

@dbolduc dbolduc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@scotthart scotthart merged commit 38bb296 into googleapis:main Dec 10, 2024
74 of 75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants