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

Fix 3 Bazel related things which will make local development smoother #411

Merged
merged 3 commits into from
Jan 7, 2024

Conversation

vorburger
Copy link
Member

@vorburger vorburger commented Jan 7, 2024

This fixed Bazel related things which will make local development smoother:

  1. Fix pretty bad constant "discarding analysis cache" local build problem

  2. Move --nobuild_tests_only from test.bash into .bazelrc: This is more consistent, notably when directly running bazelisk test //... via the CLI instead of that script.

  3. Avoid calling Bazel twice for test and build: Inspired by How to build all buildable targets and test all testable targets bazelbuild/bazel#4257.

@vorburger vorburger merged commit 19ebc4a into enola-dev:main Jan 7, 2024
6 checks passed
@vorburger vorburger deleted the fix-bazel-rebuild branch January 7, 2024 18: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.

1 participant