./build clean does not delete all directories (possible BUG)

k1l0b1t

Verified User
Joined
May 10, 2020
Messages
526
Location
Belgium
I noticed custombuild does not delete direcoties used by php 8.1 builds, when running ./build clean.

899M ./php-8.1.3
898M ./php-8.1.2
898M ./php-8.1.1
898M ./php-8.1.0

I think ./build clean should remove these. Can I remove these safely?

Thanks
 
Did you run
Code:
./build remove_items

OR are these the build files.

Try
Code:
./build clean_old_webapps
 
Well must either be a time based thing or a bug.

If you aren't using those versions and you know you wont go back to them with custom_versions.txt
I think you could delete them.
 
yes, I supose a bug, since it's only with 8.1, and not with 8.0 or 7.4 say.

anyways, it's not a problem (apart from it taking a few gigs of disk), just odd haha
 
Back
Top