mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Remove IMAP CI files and set up
This commit is contained in:
parent
a05ffd6c97
commit
82e5ba9910
3 changed files with 0 additions and 12 deletions
4
.github/actions/apt-x64/action.yml
vendored
4
.github/actions/apt-x64/action.yml
vendored
|
@ -59,10 +59,6 @@ runs:
|
|||
unixodbc-dev \
|
||||
llvm \
|
||||
clang \
|
||||
libc-client-dev \
|
||||
dovecot-core \
|
||||
dovecot-pop3d \
|
||||
dovecot-imapd \
|
||||
sendmail \
|
||||
firebird-dev \
|
||||
liblmdb-dev \
|
||||
|
|
2
.github/actions/configure-x64/action.yml
vendored
2
.github/actions/configure-x64/action.yml
vendored
|
@ -72,8 +72,6 @@ runs:
|
|||
--with-qdbm \
|
||||
${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
|
||||
${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
|
||||
${{ inputs.skipSlow == 'false' && '--with-imap' || '' }} \
|
||||
${{ inputs.skipSlow == 'false' && '--with-imap-ssl' || '' }} \
|
||||
${{ inputs.skipSlow == 'false' && '--with-pdo-odbc=unixODBC,/usr' || '' }} \
|
||||
$([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient') \
|
||||
$([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instantclient') \
|
||||
|
|
6
.github/actions/setup-x64/action.yml
vendored
6
.github/actions/setup-x64/action.yml
vendored
|
@ -23,9 +23,3 @@ runs:
|
|||
sudo cp ext/snmp/tests/snmpd.conf /etc/snmp
|
||||
sudo cp ext/snmp/tests/bigtest /etc/snmp
|
||||
sudo service snmpd restart
|
||||
|
||||
sudo groupadd -g 5000 vmail
|
||||
sudo useradd -m -d /var/vmail -s /bin/false -u 5000 -g vmail vmail
|
||||
sudo cp ext/imap/tests/setup/dovecot.conf /etc/dovecot/dovecot.conf
|
||||
sudo cp ext/imap/tests/setup/dovecotpass /etc/dovecot/dovecotpass
|
||||
sudo service dovecot restart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue