We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6abf4 commit 4547b1cCopy full SHA for 4547b1c
build/update_deleted_files.php
@@ -221,7 +221,7 @@ function usage($command)
221
echo 'Runing build script for previous major version.' . PHP_EOL;
222
echo PHP_EOL;
223
224
- system('php ./build/build.php --remote=' . ($options['prevRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-zstd');
+ system('php ./build/build.php --remote=' . ($options['prevRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-bzip2');
225
226
chdir(__DIR__);
227
0 commit comments