File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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)
88common --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
1113build --bes_results_url=https://app.buildbuddy.io/invocation/
1214build --bes_backend=grpcs://remote.buildbuddy.io
Original file line number Diff line number Diff line change 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 //...
You can’t perform that action at this time.
0 commit comments