patch before make for uv fix

This commit is contained in:
DubbleClick
2025-06-20 15:57:16 +07:00
parent be0b98c467
commit 3f92df0865
3 changed files with 5 additions and 6 deletions

View File

@@ -61,8 +61,7 @@ class LinuxToolCheckList
$required = match ($distro['dist']) {
'alpine' => self::TOOLS_ALPINE,
'redhat' => self::TOOLS_RHEL,
'centos' => array_merge(self::TOOLS_RHEL, ['perl-IPC-Cmd']),
'redhat', 'centos' => self::TOOLS_RHEL,
'arch' => self::TOOLS_ARCH,
default => self::TOOLS_DEBIAN,
};