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

[build] Define CI-friendly bazel configuration, silence noisy Windows warnings #2959

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

fhanau
Copy link
Collaborator

@fhanau fhanau commented Oct 19, 2024

[build] Define CI-friendly bazel configuration
The only material change is to add keep_going for all bazel invocations. So far
we bailed out early during the build step of the test action based on concerns
about runs that rebuild V8 not failing fast, but it feels more useful to keep
going to get all of the error messages since V8 rebuilds are rare.

[build] Silence noisy Windows warnings
This makes the Windows build log much smaller.

The only material change is to add keep_going for all bazel invocations. So far
we bailed out early during the build step of the test action based on concerns
about runs that rebuild V8 not failing fast, but it feels more useful to keep
going to get all of the error messages since V8 rebuilds are rare.
This makes the Windows build log much smaller.
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.

1 participant