Skip to content

Contents of Windows docker images #970

Answered by henryiii
lanctot asked this question in Q&A
Discussion options

You must be logged in to vote

Depends on your CI system. What are you planning on using? Pre-installed software for GitHub Actions and Azure runners can be seen here: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners - you can generally find similar lists with other CI systems.

You really should always be using MSVC, as other compilers are not officially supported (though you generally can make them work, more or less).

cibuildwheel just uses what's on the system; Python is pre-configured to use a recent MSVC; you can manually set up others (such as with https://github.com/ilammy/msvc-dev-cmd for GitHub Actions).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@lanctot
Comment options

@henryiii
Comment options

@henryiii
Comment options

Answer selected by lanctot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants