From e677be74d7e1f85d5503a285f4fd8998e4c8428f Mon Sep 17 00:00:00 2001 From: henderkes Date: Thu, 18 Dec 2025 13:07:21 +0100 Subject: [PATCH] remove --- src/SPC/builder/LibraryBase.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SPC/builder/LibraryBase.php b/src/SPC/builder/LibraryBase.php index 81abceee..d3466302 100644 --- a/src/SPC/builder/LibraryBase.php +++ b/src/SPC/builder/LibraryBase.php @@ -195,9 +195,6 @@ abstract class LibraryBase $this->getBuilder()->emitPatchPoint('before-library[' . static::NAME . ']-build'); $this->build(); $this->installLicense(); - if (getenv('CI')) { - FileSystem::removeDir($this->source_dir); - } $this->getBuilder()->emitPatchPoint('after-library[' . static::NAME . ']-build'); return LIB_STATUS_OK; }