8000 add workaround for patching httpfs ext by samansmink · Pull Request #16722 · duckdb/duckdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add workaround for patching httpfs ext #16722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/config/out_of_tree_extensions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
# VCPKG_TARGET_TRIPLET=arm64-osx

################# HTTPFS
# Warning: the patching mechanism on windows doesn't work for httpfs somehow.
# To patch httpfs:
# - add patch file, enable APPLY_PATCHES
# - disable windows build of httpfs by wrapping in `if (NOT WIN32)`
# - IMPORTANT: add a comment that tells people to restore the windows build when removing the patches
duckdb_extension_load(httpfs
LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb-httpfs
Expand Down
Loading
0