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

Autobuild: Don't cache pip #2499

Merged
merged 1 commit into from
Mar 13, 2022

Conversation

hoffie
Copy link
Member

@hoffie hoffie commented Mar 13, 2022

Short description of changes

This removes the pip cache from Mac and Windows action/cache jobs.
Adding the pip cache to the action/cache path list is unnecessary. pip is only run when Qt is missing (= cache miss) and aqtinstall must be downloaded.

CHANGELOG: Autobuild: Optimized build caching.
(Entry will likely be condensed...)

Context: Fixes an issue?

Saves cache storage / improves cache restore/save performance.

Does this change need documentation? What needs to be documented and how?

No.

Status of this Pull Request

Ready on CI green.

What is missing until this pull request can be merged?

Ready on CI green.

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I tested my code and it does what I want
  • My code follows the style guide
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I've filled all the content above

Adding the pip cache to the action/cache path list is unnecessary.
pip is only run when Qt is missing (= cache miss) and aqtinstall must be
downloaded.
@hoffie hoffie added this to the Release 3.9.0 milestone Mar 13, 2022
Copy link
Member

@ann0see ann0see left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems ok?

@hoffie hoffie merged commit 51bdeaf into jamulussoftware:master Mar 13, 2022
@hoffie hoffie deleted the autobuild-dont-cache-pip branch March 19, 2022 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants