-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add --no-cache-dir when building static wheels. #2422
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
Conversation
Current coverage is
|
cc: @dstufft |
Should it be this flag or |
That's a good question: @dstufft would know. |
Probably you want $ CFLAGS="-I${CWD}/openssl/include" LDFLAGS="-L${CWD}/openssl/lib" pip wheel --no-binary cryptogrpahy cryptography I think that will do what you want... although it only works in the latest pip, the |
Specifically, the |
@dstufft Is there any good reason not to use --no-use-wheel, then? I'm worried about providing instructions that only work with bleeding-edge pip. |
It'll go away at some point, but that's it. |
0785a32
to
09d1b47
Compare
Ok, I've switched to |
Add --no-cache-dir when building static wheels.
Changes Unknown when pulling 09d1b47 on Lukasa:static-build-docs into ** on pyca:master**. |
Per @geradcoles suggestion in #2338 and certifi/python-certifi#26.