Skip to content

Commit 410aebf

Browse files
committed
update --filter=[unit]
1 parent 05caee3 commit 410aebf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scripts/docker-compile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ option="--enable-brotli \
2121
--enable-swoole-stdext \
2222
--enable-cares \
2323
--enable-swoole-pgsql \
24+
--with-swoole-firebird \
2425
--with-swoole-odbc=unixODBC,/usr \
2526
--with-swoole-oracle=instantclient,/usr/local/instantclient \
2627
--with-swoole-ssh2 \

scripts/install-deps-on-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ apt install -y cmake make gcc \
99
libbrotli-dev \
1010
libpq-dev \
1111
unixodbc-dev \
12+
firebird-dev \
1213
libzstd-dev \
1314
liburing-dev \
1415
libssh2-1-dev

tests/init

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Swoole\Coroutine\run(function () use ($load_mysql, $load_firebird, $load_odbc_my
8080

8181
exec("cat " . __DIR__ . '/swoole_ssh2/testkey_ed25519.pub' . " > /home/$ssh_user/.ssh/authorized_keys");
8282
readfile("/home/$ssh_user/.ssh/authorized_keys");
83+
readfile('/etc/ssh/sshd_config');
8384

8485
exec("chmod 700 /home/$ssh_user/.ssh");
8586
exec("chown -R $ssh_user:$ssh_user /home/$ssh_user/.ssh");

0 commit comments

Comments
 (0)