Skip to content
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

Pin pip to version 24.2, and update disable-non-manylinux.patch #19510

Merged

Commits on Jul 9, 2024

  1. Update disable-non-manylinux.patch due to pip being updated to 24.1.2.

    The code logic in this area has changed, resulting in patch conflicts.
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    72cea63 View commit details
    Browse the repository at this point in the history
  2. Update the pinned version for pip to explicitly point to 24.1.2

    This is needed because the patch file that has been updated can only be
    applied to 24.1.2. However, the version pinning for 24.0 will mean that
    PR checkers and the daily build will try to continue using 24.0, and
    thus fail to apply the patch.
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    32e2fc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Revert changes to version files, and pin pip to 24.2

    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b151fdc View commit details
    Browse the repository at this point in the history