-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update docker image to build extension modules #21
Comments
With the aforementioned commit, the step that installs the compiler completes rather quickly and seems to break off mid-output:
It's almost like the |
I found that the command to install visual studio components isn't succeeding in installing the components. This minimal Dockerfile shows the issue:
It emits this:
Note that when either of the components are required, the build is not found. This issue provided some insight. |
The current docker image doesn't support building extension modules. Attempting to build a module from source indicates:
I've done some investigation in bpo-43298.
The text was updated successfully, but these errors were encountered: