-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters