-
-
Notifications
You must be signed in to change notification settings - Fork 111
chore(ci): run Linux testing on Buildkite #1149
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
Conversation
|
d889e73
to
49cb4ac
Compare
This will run on Linux only, and drastically simplifies the GitHub Actions setup.
Allows us to drastically simplify the GitHub Actions setup.
Note, we no longer explicitly pass any
--enable_bzlmod
or--enable_workspace
flags, so we naturally get some WORKSPACE testing on Bazel 6, and bzlmod testing on Bazel 7 and Bazel 8. This doesn't assert on every combination and might miss some defects, but I think it's sufficient.