1
0
Fork 0

Revert "Always wait after an unzip completes to try and fix virtualbox issues, refs #9945"

This reverts commit 3556f6efa5.
pull/9959/head
Jordi Boggiano 2021-06-06 21:09:16 +02:00
parent dd17f5f615
commit 4e4b4f69c9
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@
namespace Composer\Downloader;
use Composer\Package\PackageInterface;
use Composer\Util\Platform;
use Symfony\Component\Finder\Finder;
use React\Promise\PromiseInterface;
use Composer\DependencyResolver\Operation\InstallOperation;
@ -137,8 +136,6 @@ abstract class ArchiveDownloader extends FileDownloader
}
};
Platform::workaroundFilesystemIssues();
$renameAsOne = false;
if (!file_exists($path) || ($filesystem->isDirEmpty($path) && $filesystem->removeDirectoryPhp($path))) {
$renameAsOne = true;