Skip to content

Commit 43af418

Browse files
committed
chore(ci): Fix nextest / rustup dll issue
Workaround for issue in nextest caused by a change in rustup: nextest-rs/nextest#1493 Fixes: ``` error: creating test list failed Caused by: for `vector-config-macros`, command `'C:\a\vector\vector\target\debug\deps\vector_config_macros-4fc11cf764d99dff.exe' --list --format terse` exited with code 0xc0000135: The specified module could not be found. (os error 126) ``` Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 911e63d commit 43af418

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/environment/bootstrap-windows-2019.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ echo "OPENSSL_SRC_PERL=C:\Strawberry\perl\bin\perl.exe" | Out-File -FilePath $en
2525

2626
# Force the proto-build crate to avoid building the vendored protoc.
2727
echo "PROTO_NO_VENDOR=1" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
28+
29+
# Workaround for https://github.com/nextest-rs/nextest/issues/1493
30+
echo "RUSTUP_WINDOWS_PATH_ADD_BIN=1" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

0 commit comments

Comments
 (0)