mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +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 ';
|
$prefix = 'sudo ';
|
||||||
logger()->warning('Current user is not root, using sudo for running command');
|
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_version_name = 'musl-1.2.4';
|
||||||
$musl_source = [
|
$musl_source = [
|
||||||
'type' => 'url',
|
'type' => 'url',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user