mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
add comment for hard-coded musl version
This commit is contained in:
parent
d56c060863
commit
6cc7e6cff6
@ -80,6 +80,7 @@ class LinuxMuslCheck
|
||||
$prefix = 'sudo ';
|
||||
logger()->warning('Current user is not root, using sudo for running command');
|
||||
}
|
||||
// The hardcoded version here is to be consistent with the version compiled by `musl-cross-toolchain`.
|
||||
$musl_version_name = 'musl-1.2.4';
|
||||
$musl_source = [
|
||||
'type' => 'url',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user