Skip to content

Commit

Permalink
Add test external httpfs extension
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 25, 2024
1 parent f3b4a0a commit 22ce14a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/config/out_of_tree_extensions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
# VCPKG_TOOLCHAIN_PATH=~/vcpkg/scripts/buildsystems/vcpkg.cmake
# VCPKG_TARGET_TRIPLET=arm64-osx

################# HTTPFS
duckdb_extension_load(httpfs
GIT_URL https://github.com/duckdb/duckdb_httpfs
GIT_TAG 3491b7a5f7c488f79873263f34a5ba7e47f273c6
INCLUDE_DIR extension/httpfs/include
)

################# ARROW
if (NOT MINGW)
duckdb_extension_load(arrow
Expand Down
4 changes: 0 additions & 4 deletions src/main/extension/extension_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
#include "fts_extension.hpp"
#endif

#if DUCKDB_EXTENSION_HTTPFS_LINKED
#include "httpfs_extension.hpp"
#endif

#if DUCKDB_EXTENSION_JSON_LINKED
#include "json_extension.hpp"
#endif
Expand Down

0 comments on commit 22ce14a

Please sign in to comment.