Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypa/manylinux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ryanhuanli/manylinux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 22, 2021

  1. 1. only build py3.6 py3.9

    2. remove --disable-shared to spit out libpython.so since pyinstaller need it (doesn't support static linked python)
    3. update LD_LIBRARY_PATH to resolve problem brought in #2 (to locate libpython.so when start python)
    4. change default from py37 to py36 since py37 calls for libcrypt.so.2 which not available on all OS (at least rhel6/7)
    5. add rust+pyinstaller installation to 2nd image
    ryanhuanli committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    93e2714 View commit details
    Browse the repository at this point in the history
  2. move out rust-python build

    ryanhuanli committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1c226d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Update build.sh

    keep libpython.a for static link in nuitka
    ryanhuanli authored Jun 12, 2021
    Configuration menu
    Copy the full SHA
    36cf31a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Update req.txt

    only keep PyInstaller
    ryanhuanli authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    fb3d6ff View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Merge branch 'master'

    ryanhuanli committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    3934a8f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    5550565 View commit details
    Browse the repository at this point in the history
Loading