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

Implement new sdist feature to download rust toolchain #2177

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Aug 8, 2024

  1. Initial draft to implement downloading rust toolchain during sdist

    Initial draft to implement downloading rust toolchain during sdist
    Owen-CH-Leung committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    57f35c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    1ec7982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db3fdf View commit details
    Browse the repository at this point in the history
  3. Fix window command

    Owen-CH-Leung committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2a721a7 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/impl_sdist_feature_to_install_ru…

    …st_toolchain' into impl_sdist_feature_to_install_rust_toolchain
    Owen-CH-Leung committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7b76520 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    136fee2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    908bec0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Initial draft to implement downloading rust toolchain during sdist

    Initial draft to implement downloading rust toolchain during sdist
    Owen-CH-Leung authored and konstin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c6c7d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d45b609 View commit details
    Browse the repository at this point in the history
  3. Fix window command

    Owen-CH-Leung authored and konstin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    978677c View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and konstin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    620c8f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22f5885 View commit details
    Browse the repository at this point in the history
  6. Fix failing codespell CI jobs

    Owen-CH-Leung authored and konstin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e06953f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    cc62930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c78b7c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Fix fmt & clippy CI job. Use upload & download artifact github action…

    … to test pip install without toolchain
    Owen-CH-Leung committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bbea38e View commit details
    Browse the repository at this point in the history
  2. Fix pip install *.whl

    Owen-CH-Leung committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4b67e92 View commit details
    Browse the repository at this point in the history
  3. Fix windows build

    Owen-CH-Leung committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0be8c05 View commit details
    Browse the repository at this point in the history