File tree Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -45,26 +45,27 @@ arm_task:
45
45
POSTGRES_PASSWORD : " postgres"
46
46
POSTGRES_DB : " test"
47
47
install_script :
48
+ - export DEBIAN_FRONTEND=noninteractive
48
49
- apt-get update -y
49
50
- >-
50
51
apt-get install -y
51
52
bison
52
53
re2c
53
54
locales
54
55
locales-all
55
- `# ldap-utils`
56
+ ldap-utils
56
57
openssl
57
- ` slapd`
58
+ slapd
58
59
libgmp-dev
59
60
libicu-dev
60
- `# libtidy-dev`
61
- `# libenchant-dev`
61
+ libtidy-dev
62
+ libenchant-2- dev
62
63
libaspell-dev
63
64
libpspell-dev
64
65
libsasl2-dev
65
66
libxpm-dev
66
67
libzip-dev
67
- `# libsqlite3-dev`
68
+ libsqlite3-dev
68
69
libwebp-dev
69
70
libonig-dev
70
71
libkrb5-dev
@@ -74,23 +75,21 @@ arm_task:
74
75
libxslt1-dev
75
76
libpq-dev
76
77
libreadline-dev
77
- `# libldap2-dev`
78
+ libldap2-dev
78
79
libsodium-dev
79
80
libargon2-0-dev
80
81
libmm-dev
81
- `#libsnmp-dev`
82
- `#postgresql`
83
- `#postgresql-contrib`
84
- `#snmpd`
82
+ libsnmp-dev
83
+ snmpd
85
84
`#snmp-mibs-downloader`
86
- `# freetds-dev`
85
+ freetds-dev
87
86
`#unixodbc-dev`
88
87
libc-client-dev
89
88
dovecot-core
90
89
dovecot-pop3d
91
90
dovecot-imapd
92
- `# sendmail`
93
- `# firebird-dev`
91
+ sendmail
92
+ firebird-dev
94
93
liblmdb-dev
95
94
libtokyocabinet-dev
96
95
libdb-dev
@@ -128,7 +127,7 @@ arm_task:
128
127
--enable-soap
129
128
--enable-xmlreader
130
129
--with-xsl
131
- `# --with-tidy`
130
+ --with-tidy
132
131
--enable-sysvsem
133
132
--enable-sysvshm
134
133
--enable-shmop
@@ -145,14 +144,14 @@ arm_task:
145
144
--enable-calendar
146
145
--enable-ftp
147
146
--with-pspell=/usr
148
- `# --with-enchant=/usr`
147
+ --with-enchant=/usr
149
148
--with-kerberos
150
149
--enable-sysvmsg
151
150
--with-ffi
152
151
--enable-zend-test
153
- `# --enable-dl-test=shared`
154
- `# --with-ldap`
155
- `# --with-ldap-sasl`
152
+ --enable-dl-test=shared
153
+ --with-ldap
154
+ --with-ldap-sasl
156
155
--with-password-argon2
157
156
--with-mhash
158
157
--with-sodium
@@ -163,18 +162,18 @@ arm_task:
163
162
--with-tcadb
164
163
--with-lmdb
165
164
--with-qdbm
166
- `# --with-snmp`
165
+ --with-snmp
167
166
`#--with-unixODBC`
168
- `# --with-imap`
167
+ --with-imap
169
168
--with-kerberos
170
169
--with-imap-ssl
171
170
`#--with-pdo-odbc=unixODBC,/usr`
172
171
`#--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient`
173
172
`#--with-oci8=shared,instantclient,/opt/oracle/instantclient`
174
173
--with-config-file-path=/etc
175
174
--with-config-file-scan-dir=/etc/php.d
176
- `# --with-pdo-firebird`
177
- `# --with-pdo-dblib`
175
+ --with-pdo-firebird
176
+ --with-pdo-dblib
178
177
`#--enable-werror`
179
178
- make -j$(/usr/bin/nproc)
180
179
- make install
You can’t perform that action at this time.
0 commit comments