Skip to content

Commit 5c596ad

Browse files
committed
Add Tokyo Cabinet, use QDBM instead of GDBM
GDBM is broken with ext/pgsql/tests/80_bug14383.phpt
1 parent 7a772aa commit 5c596ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ runs:
6868
--with-cdb \
6969
--enable-flatfile \
7070
--enable-inifile \
71+
--with-tcadb \
7172
--with-lmdb \
72-
--with-gdbm \
73+
--with-qdbm \
7374
${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
7475
${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
7576
${{ inputs.skipSlow == 'false' && '--with-pdo-odbc=unixODBC,/usr' || '' }} \

.github/actions/emerge/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ runs:
3939
dev-db/sqlite \
4040
app-text/htmltidy \
4141
sys-libs/gdbm \
42+
dev-db/qdbm \
43+
dev-db/tokyocabinet \
4244
dev-db/lmdb \
4345
app-crypt/argon2 \
4446
app-text/enchant \

0 commit comments

Comments
 (0)