Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/Windows: Work around unset VCToolsRedistDir environment variable #710

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

guihkx
Copy link
Collaborator

@guihkx guihkx commented Oct 20, 2024

Recently, the vcvarsall.bat batch script from VS 2019 has stopped defining the VCToolsRedistDir environment variable, for reasons unknown so far.

We rely on that variable in CI to copy MSVC runtime DLLs to our Windows packages, so this adds a workaround for when that variable is not set.

Recently, the "vcvarsall.bat" batch script from VS 2019 has stopped
defining the VCToolsRedistDir environment variable, for reasons unknown
so far [1].

We rely on that variable in CI to copy MSVC runtime DLLs to our Windows
packages, so this adds a workaround for when that variable is not set.

[1] actions/runner-images#10819
@guihkx guihkx merged commit 33e90b7 into nuttyartist:master Oct 20, 2024
16 of 17 checks passed
@guihkx guihkx deleted the fix-windows-packaging branch October 20, 2024 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant