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

Avoid cache collision between wheel and editable wheel builds #3035

Merged
merged 7 commits into from
Jun 17, 2023

Commits on Jun 16, 2023

  1. Avoid cache collision between wheel and editable wheel builds

    Currently we use the same cache key for both editable wheel and normal wheel, causing whichever happens to build first to be used for both "package = wheel" and "package = editable" configurations, which is a bug. This change attempts to solve that by using different keys for wheel and editable
    f3flight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    da35356 View commit details
    Browse the repository at this point in the history
  2. Create 3035.bugfix.rst

    f3flight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c8d8061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1df0d4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81845d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecabf05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c56adb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Add test

    Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
    gaborbernat committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    7d2c508 View commit details
    Browse the repository at this point in the history