Skip to content

Commit 82e5ba9

Browse files
committed
Remove IMAP CI files and set up
1 parent a05ffd6 commit 82e5ba9

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/actions/apt-x64/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ runs:
5959
unixodbc-dev \
6060
llvm \
6161
clang \
62-
libc-client-dev \
63-
dovecot-core \
64-
dovecot-pop3d \
65-
dovecot-imapd \
6662
sendmail \
6763
firebird-dev \
6864
liblmdb-dev \

.github/actions/configure-x64/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ runs:
7272
--with-qdbm \
7373
${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
7474
${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
75-
${{ inputs.skipSlow == 'false' && '--with-imap' || '' }} \
76-
${{ inputs.skipSlow == 'false' && '--with-imap-ssl' || '' }} \
7775
${{ inputs.skipSlow == 'false' && '--with-pdo-odbc=unixODBC,/usr' || '' }} \
7876
$([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient') \
7977
$([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instantclient') \

.github/actions/setup-x64/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,3 @@ runs:
2323
sudo cp ext/snmp/tests/snmpd.conf /etc/snmp
2424
sudo cp ext/snmp/tests/bigtest /etc/snmp
2525
sudo service snmpd restart
26-
27-
sudo groupadd -g 5000 vmail
28-
sudo useradd -m -d /var/vmail -s /bin/false -u 5000 -g vmail vmail
29-
sudo cp ext/imap/tests/setup/dovecot.conf /etc/dovecot/dovecot.conf
30-
sudo cp ext/imap/tests/setup/dovecotpass /etc/dovecot/dovecotpass
31-
sudo service dovecot restart

0 commit comments

Comments
 (0)