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

Optimize composer caching #9493

Merged
merged 2 commits into from Mar 12, 2023
Merged

Commits on Mar 12, 2023

  1. Optimize composer caching

    Previously our composer package cache would not be updated because we
    had no `composer.lock` (which hash is used as part of the cache key).
    
    Generating `composer.lock` (but not installing packages) before we check
    the cache fixes this.
    weirdan committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    08add38 View commit details
    Browse the repository at this point in the history
  2. Pass COMPOSER_ROOT_VERSION to composer update

    when we don't have full git history
    weirdan committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    c917826 View commit details
    Browse the repository at this point in the history