Skip to content

Commit fcd2b78

Browse files
committed
See if --remote_download_minimal would help with the github actions
1 parent d60d039 commit fcd2b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
run: |
6060
echo "build:windows --action_env=BAZEL_VC_FULL_VERSION=14.29.30133" >> ../top.bazelrc
6161
echo "build:windows --host_action_env=BAZEL_VC_FULL_VERSION=14.42.34438" >> ../top.bazelrc
62+
echo "common --remote_download_minimal" >> ../top.bazelrc
6263
echo "build --disk_cache=d:/d" >> ../top.bazelrc
6364
echo "common --repository_cache=d:/r" >> ../top.bazelrc
6465
echo "startup --output_user_root=d:/b" >> ../top.bazelrc

0 commit comments

Comments
 (0)