mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
add required packages for autopoint to spc doctor
This commit is contained in:
parent
77bbc7fcaa
commit
511fd0e301
2
.github/workflows/build-unix.yml
vendored
2
.github/workflows/build-unix.yml
vendored
@ -15,7 +15,7 @@ on:
|
|||||||
php-version:
|
php-version:
|
||||||
required: true
|
required: true
|
||||||
description: PHP version to compile
|
description: PHP version to compile
|
||||||
default: '8.3'
|
default: '8.4'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- '8.4'
|
- '8.4'
|
||||||
|
|||||||
@ -17,7 +17,7 @@ class LinuxToolCheckList
|
|||||||
|
|
||||||
public const TOOLS_ALPINE = [
|
public const TOOLS_ALPINE = [
|
||||||
'make', 'bison', 'flex',
|
'make', 'bison', 'flex',
|
||||||
'git', 'autoconf', 'automake',
|
'git', 'autoconf', 'automake', 'gettext-dev',
|
||||||
'tar', 'unzip', 'gzip',
|
'tar', 'unzip', 'gzip',
|
||||||
'bzip2', 'cmake', 'gcc',
|
'bzip2', 'cmake', 'gcc',
|
||||||
'g++', 'patch', 'binutils-gold',
|
'g++', 'patch', 'binutils-gold',
|
||||||
@ -26,7 +26,7 @@ class LinuxToolCheckList
|
|||||||
|
|
||||||
public const TOOLS_DEBIAN = [
|
public const TOOLS_DEBIAN = [
|
||||||
'make', 'bison', 'flex',
|
'make', 'bison', 'flex',
|
||||||
'git', 'autoconf', 'automake',
|
'git', 'autoconf', 'automake', 'autopoint',
|
||||||
'tar', 'unzip', 'gzip',
|
'tar', 'unzip', 'gzip',
|
||||||
'bzip2', 'cmake', 'patch',
|
'bzip2', 'cmake', 'patch',
|
||||||
'xz', 'libtoolize',
|
'xz', 'libtoolize',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user