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

Dockerfile now creates build tools recognized by Setuptools. #22

Merged
merged 8 commits into from
Aug 6, 2021

Conversation

jaraco
Copy link
Owner

@jaraco jaraco commented Aug 6, 2021

  • Use components from an export of a local install. Still, compiler is not recognized. Ref Update docker image to build extension modules #21.
  • Getting closer to identifying why setuptools doesn't see the build tools
  • Add msvc module for installing MSVC using the command line.
  • Use jaraco.windows to install the build tools. Gives better visibility and it's so much better than a cmd script.
  • Try to include an installPath
  • Build from local checkout. Remove debugging statements.

Fixes #21.

@jaraco jaraco merged commit 055b038 into main Aug 6, 2021
@jaraco jaraco deleted the feature/dockerfile-compiler branch August 6, 2021 03:07
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.

Update docker image to build extension modules
1 participant