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

Print Bazelisk version when startup flags are set. #646

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

fweikert
Copy link
Member

@fweikert fweikert commented Dec 9, 2024

When invoking Bazelisk with the version command, the output should always start with the Bazelisk version followed by the output of bazel version. However, previously this was not the case when startup flags were set, e.g. when calling bazelisk --nosystem_rc version.

When invoking Bazelisk with the `version` command, the output should always start with the Bazelisk version followed by the output of `bazel version`.
However, previously this was not the case when startup flags were set,
e.g. when calling `bazelisk --nosystem_rc version`.
@fweikert fweikert requested a review from meteorcloudy December 9, 2024 19:13
@fweikert
Copy link
Member Author

fweikert commented Dec 9, 2024

I noticed this while looking at our CI (which calls bazel --nosystem_rc --nohome_rc version).

@meteorcloudy meteorcloudy merged commit 8eec345 into bazelbuild:master Dec 10, 2024
2 checks passed
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.

2 participants