Skip to content

Commit

Permalink
[CI] fix BRE
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Apr 4, 2024
1 parent d826093 commit a020dcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# .bazelrc

common --enable_bzlmod

# Build using platforms by default
build --incompatible_enable_cc_toolchain_resolution

# Remote builds
build:remote --genrule_strategy=remote
build:remote --remote_download_minimal
build:remote --remote_executor=grpc://localhost:8980
build:remote --remote_instance_name=main
build:remote --remote_cache=grpc://127.0.0.1:50051
build:remote --remote_executor=grpc://127.0.0.1:50051
build:remote --remote_default_exec_properties=cpu_count=1
2 changes: 1 addition & 1 deletion examples/toolchain/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
common --enable_bzlmod=false
build --incompatible_enable_cc_toolchain_resolution
build --enable_bzlmod=true
2 changes: 1 addition & 1 deletion examples/workspace/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
common --enable_bzlmod=false
build --incompatible_enable_cc_toolchain_resolution
build --enable_bzlmod=false

0 comments on commit a020dcf

Please sign in to comment.