-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bazel: Drop the
.bazel
suffix from build files
Rationale: Bazel docs all consistently use `BUILD` instead of `BUILD.bazel`. PiperOrigin-RevId: 623803750 Change-Id: Ic8c99f2ce4c932f5025b17d8028aad5b920e3200
- Loading branch information
1 parent
e2e1c3f
commit 461a4d6
Showing
24 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Migration to Bzlmod is not ready yet, waiting for Protobuf to release 27.0 | ||
common --noenable_bzlmod | ||
|
||
# Build in C++17 mode without a custom CROSSTOOL | ||
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 | ||
common --noenable_bzlmod |
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# Migration to Bzlmod is not ready yet, waiting for Protobuf to release 27.0 | ||
common --noenable_bzlmod | ||
|
||
# Build in C++17 mode without a custom CROSSTOOL | ||
build --cxxopt=-std=c++17 | ||
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.