You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linux: Switch from pyinstaller root image to one built off manylinux
Can't use the vanilla manylinux images because CPython isn't built as shared.
koordinates2/manylinux2014-pyshared images are a minor tweak.
See pypa/manylinux#1185 for details.
After that just install PyInstaller into the image before running.
Manylinux2014-derived libraries use libxcrypt to provide libcrypt.so.2, but that
doesn't seem to end up bundled. Do it manually. Probably goes away with a newer
PyInstaller.
0 commit comments