We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296901c commit 2f6adc0Copy full SHA for 2f6adc0
.github/workflows/otel_sdk.yml
@@ -54,7 +54,10 @@ jobs:
54
cmd /c dir d:\d || echo "swallowing errors"
55
refsutil dedup d:\d /s
56
- name: build minimal otel_sdk
57
+ # On the CI, the gibhub windows image uses 14.42.34438 while for some reason what I have on my machine is 14.42.34433
58
run: |
59
+ echo "build:windows --action_env=BAZEL_VC_FULL_VERSION=14.42.34438" >> ../top.bazelrc
60
+ echo "build:windows --host_action_env=BAZEL_VC_FULL_VERSION=14.42.34438" >> ../top.bazelrc
61
echo "build --disk_cache=d:/d" >> ../top.bazelrc
62
echo "common --repository_cache=d:/r" >> ../top.bazelrc
63
echo "startup --output_user_root=d:/b" >> ../top.bazelrc
0 commit comments