Skip to content

Commit bd880ff

Browse files
committed
Adapt to changes in build.php script for 5.0
1 parent dda3002 commit bd880ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/update_deleted_files.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function usage($command)
9191
echo 'Runing build script for current version.' . PHP_EOL;
9292
echo PHP_EOL;
9393

94-
system('php ./build.php --remote=' . ($options['currRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-bzip2');
94+
system('php ./build.php --remote=' . ($options['currRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-zstd');
9595

9696
$files = glob(__DIR__ . '/tmp/packages/*Full_Package.zip');
9797

@@ -221,7 +221,7 @@ function usage($command)
221221
echo 'Runing build script for previous major version.' . PHP_EOL;
222222
echo PHP_EOL;
223223

224-
system('php ./build/build.php --remote=' . ($options['prevRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-bzip2');
224+
system('php ./build/build.php --remote=' . ($options['prevRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-zstd');
225225

226226
chdir(__DIR__);
227227

0 commit comments

Comments
 (0)