Skip to content

Commit

Permalink
disable extra extensions: cant build delta with regular ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jun 4, 2024
1 parent 3f6159e commit fc08fa5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions extension_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ duckdb_extension_load(uc_catalog
LOAD_TESTS
)

duckdb_extension_load(httpfs)
duckdb_extension_load(json)
duckdb_extension_load(delta
GIT_URL https://github.com/duckdb/duckdb_delta
GIT_TAG main
)
# TODO enable this to test with delta
#duckdb_extension_load(httpfs)
#duckdb_extension_load(json)
#duckdb_extension_load(delta
# GIT_URL https://github.com/duckdb/duckdb_delta
# GIT_TAG 90f9557fe6d37e99160438ec1ba7b54c5d21dd4e
#)

0 comments on commit fc08fa5

Please sign in to comment.