Skip to content

Commit 9882e3c

Browse files
committed
Enable slow extensions
PDO_sqlite, the Pg extensions, SNMP, LDAP, Enchant, Tidy, ODBC, and PDO_DBLIB. Note that DBLIB and ODBC will be hard to test since the tests assume SQL Server. LDAP and SNMP may require config on the PPC CI server, but Pg shhould be configured and ready to go.
1 parent 6194411 commit 9882e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
CXX=clang++-17
6868
--enable-debug
6969
--enable-zts
70-
skipSlow: true # FIXME: This should likely include slow extensions
70+
skipSlow: false # FIXME: This should likely include slow extensions
7171
- name: make
7272
run: make -j$(/usr/bin/nproc) >/dev/null
7373
# Skip an install action for now

0 commit comments

Comments
 (0)