Commit 4b57c1e
committed
ci(release): replace box with bin/build-phar.php
Box (humbug/box) was the previous PHAR compiler. Removed it in favor
of the internal bin/build-phar.php which:
- Needs no external tool installation (saving ~5s + wget overhead)
- Needs no composer install (autoloader is generated inline)
- Produces a PHAR in <0.1s instead of 50s+
- Outputs 0.03 MB instead of ~30 MB
Previous flow:
wget box.phar → composer install → box compile --config=box.json
New flow:
php -d phar.readonly=0 bin/build-phar.php1 parent 38369e7 commit 4b57c1e
1 file changed
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 26 | | |
37 | 27 | | |
38 | | - | |
| 28 | + | |
39 | 29 | | |
40 | 30 | | |
41 | 31 | | |
| |||
0 commit comments