Skip to content

Windows: introduce a new docker image for Windows #366

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

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

compnerd
Copy link
Member

Introduce a docker image that is meant for CI purposes. This is a complete docker image that should have the necessary components for building a Windows toolchain with some subst trickery.

@compnerd compnerd requested a review from shahmishal December 19, 2023 00:15
@compnerd
Copy link
Member Author

@swift-ci please test

Remove-Item -Force python-3.9.13-amd64.exe; \
Remove-Item -ErrorAction SilentlyContinue -Force -Recurse ${env:TEMP}\*

# Install Visual Studio Build Tools
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could point to https://visualstudio.microsoft.com/license-terms/vs2022-ga-diagnosticbuildtools/ to clarify that the license allows usage for open-source projects.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AIUI, it is also permitted for closed-source usage in the case that you have a Visual Studio license. I can certainly add it, but I do not know if it adds value to the docker image construction. I think it might be better suited as README content if we wanted to include that.

Introduce a docker image that is meant for CI purposes.  This is a
complete docker image that should have the necessary components for
building a Windows toolchain with some `subst` trickery.
@compnerd
Copy link
Member Author

@swift-ci please test

@shahmishal shahmishal merged commit b8de104 into swiftlang:main Jan 5, 2024
@compnerd compnerd deleted the development branch January 5, 2024 19:13
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.

3 participants