Problem/Motivation

At least locally but probably also on CI because the test jobs depend on the phpstan job, we're copying the phpstan-tmp directory around during build tests which is not good.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3612932

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

catch created an issue. See original summary.

catch’s picture

Status: Active » Needs review

Down to 85s on CI:

  85.101s Drupal\Tests\package_manager\Build\PackageInstallDirectWriteTest          1 passed

Compared to 213s here:

https://git.drupalcode.org/project/drupal/-/jobs/11132704

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Oh wow that's a huge gain!

godotislate’s picture

Status: Reviewed & tested by the community » Needs review

One question on the MR. I think it's probably a matter of updating the IS.