add comment for hard-coded musl version

This commit is contained in:
crazywhalecc 2023-10-22 17:24:01 +08:00
parent d56c060863
commit 6cc7e6cff6
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -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',