Merged
Conversation
This fixes an error on macOS due to `build` and `BUILD` having conflicting names.
Use matrix configuration in concurrency key.
Collaborator
Author
|
Merging since this hardens CI, which will be good for preventing further build regressions. Also removes |
copybara-service bot
pushed a commit
that referenced
this pull request
Feb 25, 2024
-- e0179ba by Dan Zheng <danielzheng@google.com>: Rename BUILD to BUILD.bazel. This fixes an error on macOS due to `build` and `BUILD` having conflicting names. -- 74b2707 by Dan Zheng <danielzheng@google.com>: Enable macos-latest in GitHub Actions CI. -- c08de58 by Dan Zheng <danielzheng@google.com>: Fix concurrency key in GitHub Actions. Use matrix configuration in concurrency key. COPYBARA_INTEGRATE_REVIEW=#36 from dan-zheng:rename-build-bzl b4b978f PiperOrigin-RevId: 610156681
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From https://bazel.build/concepts/build-files:
This fixes an error on macOS due to
buildandBUILDhaving conflicting names.Enable
macos-latestin GitHub Actions CI, to catch these errors in the future.