Skip to content

Commit 2f6adc0

Browse files
committed
kludge: github images have bit different vs toolchain version
1 parent 296901c commit 2f6adc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ jobs:
5454
cmd /c dir d:\d || echo "swallowing errors"
5555
refsutil dedup d:\d /s
5656
- 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
5758
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
5861
echo "build --disk_cache=d:/d" >> ../top.bazelrc
5962
echo "common --repository_cache=d:/r" >> ../top.bazelrc
6063
echo "startup --output_user_root=d:/b" >> ../top.bazelrc

0 commit comments

Comments
 (0)