Skip to content

Commit

Permalink
Bazel: Drop the .bazel suffix from build files
Browse files Browse the repository at this point in the history
Rationale: Bazel docs all consistently use `BUILD` instead of `BUILD.bazel`.
PiperOrigin-RevId: 623803750
Change-Id: Ic8c99f2ce4c932f5025b17d8028aad5b920e3200
  • Loading branch information
cblichmann authored and Copybara-Service committed Apr 11, 2024
1 parent e2e1c3f commit 461a4d6
Show file tree
Hide file tree
Showing 24 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .bazelrc
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.
5 changes: 4 additions & 1 deletion sandboxed_api/examples/hello_sapi/.bazelrc
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.

0 comments on commit 461a4d6

Please sign in to comment.