-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: update to bazel v3.0.0 #19033
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: update to bazel v3.0.0 #19033
Conversation
Updates to Bazel v3.0.0. Primarily the motiviation for this is that it contains a fix for Windows `bazel run <..>`. This previously broke since the workspace directory is no longer created in the runfiles directory. This causes targets like `unit_tests_local` to fail.
@@ -1 +1 @@ | |||
2.1.0 | |||
3.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 3.0.1
correct? so that it matches the peer dep of the bazel_toolchain
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no Bazel 3.0.1 unless I miss something here. The toolcbain repo is not really always in sync w/ Bazel based on how they released in the past.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, you're right, I was under the impression they were in sync.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -1 +1 @@ | |||
2.1.0 | |||
3.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, you're right, I was under the impression they were in sync.
Updates to Bazel v3.0.0. Primarily the motiviation for this is that it contains a fix for Windows `bazel run <..>`. This previously broke since the workspace directory is no longer created in the runfiles directory. This causes targets like `unit_tests_local` to fail. (cherry picked from commit 98cb57d)
Updates to Bazel v3.0.0. Primarily the motiviation for this is that it contains a fix for Windows `bazel run <..>`. This previously broke since the workspace directory is no longer created in the runfiles directory. This causes targets like `unit_tests_local` to fail.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Updates to Bazel v3.0.0. Primarily the motiviation for this is
that it contains a fix for Windows
bazel run <..>
. This previouslybroke since the workspace directory is no longer created in the
runfiles directory. This causes targets like
unit_tests_local
to fail.bazelbuild/bazel@02ce5bd