File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 cmd /c dir d:\d || echo "swallowing errors"
5656 refsutil dedup d:\d /s
5757 - name : build minimal otel_sdk
58- # 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+ # On the CI, the github runner does not have constant vs2022 msvc release, but has the same vs2019 ( 14.29.30133)
5959 run : |
60- echo "build:windows --action_env=BAZEL_VC_FULL_VERSION=14.42.34438 " >> ../top.bazelrc
60+ 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
6262 echo "build --disk_cache=d:/d" >> ../top.bazelrc
6363 echo "common --repository_cache=d:/r" >> ../top.bazelrc
You can’t perform that action at this time.
0 commit comments