Skip to content

Commit

Permalink
Merge pull request duckdb#13681 from carlopi/fix_delta_commit
Browse files Browse the repository at this point in the history
Fix delta commit: revert duckdb#13665 and bump to relevant commit
  • Loading branch information
Mytherin authored Sep 2, 2024
2 parents 01c5bed + fc6969a commit 1e3b306
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/config/out_of_tree_extensions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ endif()
################# DELTA
# MinGW build is not available, and our current manylinux ci does not have enough storage space to run the rust build
# for Delta
#if (NOT MINGW AND NOT "${OS_NAME}" STREQUAL "linux" AND NOT WIN32)
# duckdb_extension_load(delta
# LOAD_TESTS
# GIT_URL https://github.com/duckdb/duckdb_delta
# GIT_TAG db45fc29f21c3638cd417c3a79394912465db84e
# )
#endif()
if (NOT MINGW AND NOT "${OS_NAME}" STREQUAL "linux" AND NOT WIN32)
duckdb_extension_load(delta
LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb_delta
GIT_TAG dfee8b31dfc56d0a25b88d50351389da0d67fdb0
)
endif()

################# EXCEL
duckdb_extension_load(excel
Expand Down

0 comments on commit 1e3b306

Please sign in to comment.