Remove comment

This commit is contained in:
crazywhalecc 2025-03-30 21:03:19 +08:00
parent 23bd216cc7
commit 2d7c052fd9
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -202,7 +202,6 @@ class SystemUtil
}
return null;
}
// for musl, disabled temporarily as musl has better compatibility between different patch version?
if (PHP_OS_FAMILY === 'Linux' && getenv('SPC_LIBC') === 'musl') {
if (self::isMuslDist()) {
$result = shell()->execWithResult('ldd 2>&1', false);