File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1+ build --cxxopt=-std=c++14
2+ build --host_cxxopt=-std=c++14
3+ build --test_output=errors
Original file line number Diff line number Diff line change @@ -70,13 +70,11 @@ jobs:
7070 key : v1-bazel-cache-${{ hashFiles('repositories.bzl') }}
7171 restore-keys : v1-bazel-cache-
7272 - name : Configure bazel
73- run : |
74- cat > .bazelrc << EOF
75- startup --output_base /home/vscode/.cache/_grpc_gateway_bazel
76- build --test_output errors
77- build --features race
78- # Protobuf v3.22.0+ requires C++14
79- build --repo_env=BAZEL_CXXOPTS=-std=c++14
73+ run :
74+ | # put .bazelrc in $HOME so that it's read before project's .bazelrc
75+ cat > /home/vscode/.bazelrc << EOF
76+ startup --output_base=/home/vscode/.cache/_grpc_gateway_bazel
77+ build --@io_bazel_rules_go//go/config:race
8078 # Workaround https://github.com/bazelbuild/bazel/issues/3645
8179 # See https://docs.bazel.build/versions/0.23.0/command-line-reference.html
8280 build --local_ram_resources=7168 # Github runners have 7G of memory
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ bazel-genfiles
77bazel-grpc-gateway
88bazel-out
99bazel-testlogs
10- /.bazelrc
1110
1211# Go vendor directory
1312vendor
You can’t perform that action at this time.
0 commit comments