Skip to content

Commit 64e9c06

Browse files
committed
ci: sqlite3_load_extension() is not supported on macos
1 parent 5d8a051 commit 64e9c06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
-DADBC_DRIVER_SNOWFLAKE=ON \
132132
-DADBC_USE_ASAN=OFF \
133133
-DADBC_USE_UBSAN=OFF \
134+
-DADBC_SQLITE_COMPILE_DEFINES=-DADBC_SQLITE_WITH_NO_LOAD_EXTENSION \
134135
-DCMAKE_BUILD_TYPE=Release \
135136
-DCMAKE_INSTALL_PREFIX=../local \
136137
../c

0 commit comments

Comments
 (0)