Skip to content

Fix issue #15: update CI workflow #16

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mhucka
Copy link

@mhucka mhucka commented Apr 24, 2025

The main change to resolve #15 is to explicitly define the version of Bazel to use. Currently (early 2025), leaving it unspecified made the workflow get Bazel version 8.x at run time, which has behaviors and rule library differences that seem to be incompatible with what Chromobius needs.

In addition, this updates the versions of GHA actions used to the current versions.

mhucka added 2 commits April 24, 2025 15:43
Currently (early 2025), it's getting Bazel version 8.x, which has
behaviors and rule library differences that seem to be incompatible
with what Chromobius needs.
@mhucka mhucka changed the title Fix issue #15: update version of Bazel used by CI workflow Fix issue #15: update CI workflow Apr 24, 2025
@mhucka mhucka requested a review from Strilanc April 24, 2025 23:12
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.

CI workflow failing due to Bazel version difference
1 participant