Skip to content

Commit 76d200d

Browse files
committed
RE
1 parent 0874aaa commit 76d200d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ common --@rules_swiftnav//cc:enable_bzlmod=true
77
# Preparation for Bazel 8 behavior of paths in external (plus instead of tilde)
88
common --incompatible_use_plus_in_repo_names
99

10+
common --@rules_swiftnav//cc:use_libcpp=true
11+
1012
# This is an open source project and we want to test BuildBuddy integration
1113
build --bes_results_url=https://app.buildbuddy.io/invocation/
1214
build --bes_backend=grpcs://remote.buildbuddy.io

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
password: ${{ secrets.GH_TOKEN }}
3131

3232
- name: Build and test
33-
run: bazel build --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_TEST }} --remote_cache=grpcs://remote.buildbuddy.io --remote_timeout=10m //...
33+
run: bazel build --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_TEST }} --remote_cache=grpcs://remote.buildbuddy.io --remote_timeout=10m build --remote_executor=grpcs://remote.buildbuddy.io //...

0 commit comments

Comments
 (0)