Skip to content

Commit

Permalink
Add Tokyo Cabinet, use QDBM instead of GDBM
Browse files Browse the repository at this point in the history
GDBM is broken with ext/pgsql/tests/80_bug14383.phpt
  • Loading branch information
NattyNarwhal committed Jan 14, 2025
1 parent 7a772aa commit 5c596ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/configure-gentoo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ runs:
--with-cdb \
--enable-flatfile \
--enable-inifile \
--with-tcadb \
--with-lmdb \
--with-gdbm \
--with-qdbm \
${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
${{ inputs.skipSlow == 'false' && '--with-pdo-odbc=unixODBC,/usr' || '' }} \
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/emerge/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ runs:
dev-db/sqlite \
app-text/htmltidy \
sys-libs/gdbm \
dev-db/qdbm \
dev-db/tokyocabinet \
dev-db/lmdb \
app-crypt/argon2 \
app-text/enchant \
Expand Down

0 comments on commit 5c596ad

Please sign in to comment.