-
Notifications
You must be signed in to change notification settings - Fork 976
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
Add a Github action in CI to check for a working bazel build #1955
Comments
I put together a presubmit in #1973 that covers the following:
Currently, the macOS and Linux builds are passing. Windows is hitting some issues when building Picotool (unsurprisingly). The "other" check is failing right now since new Pico W-related configuration options were added that I haven't hooked up yet. A few checks I'd also like to add eventually:
|
moving to 2.2.0 as this is now partially done in 2.1.0 |
@armandomontanez I think these
were both done in #2039 , right? |
Yep, we can close this one. We've got a pretty nice set of automated checks now. |
Adding a minimal check that does something like:
Would help to track when the Bazel build is broken and needs fixing, as well as helping after-the-fact to figure out what ranges have a known-working Bazel build.
The text was updated successfully, but these errors were encountered: