-
Notifications
You must be signed in to change notification settings - Fork 25
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
checkarm.h
missing in 2.7 sdist
#52
Comments
We have historically made uninstallable source distributions (#8, #52, maybe more). Adding a step that tries to install the newly-created source distribution should reduce the chances of running into this situation again. Signed-off-by: Rodrigo Tobar <[email protected]>
We have historically made uninstallable source distributions (#8, #52, maybe more). Adding a step that tries to install the newly-created source distribution should reduce the chances of running into this situation again. Signed-off-by: Rodrigo Tobar <[email protected]>
Thanks @mgorny for reporting this so quickly. Weirdly enough the sdist generation doesn't have the headers on CI, but it does locally, which led me to the incorrect sense of security when I introduced the breaking change (see last part of the commit message in 85efdc6). I've pushed now the changes to fix this, together with a new step on our CI jobs to test that the sdist can be installed. After all is green I'll merge to master and release 2.7.post0. |
Yeah, it's weird. It gets included if I run |
That was also my guess, but OTOH a cursory look into setuptool's documentation doesn't suggest headers are automatically included if they are listed in the I've now merged to |
It seems that the sdist archive for 2.7 is incomplete:
It seems that at least
checkarm.h
is missing in sdist.The text was updated successfully, but these errors were encountered: