-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework bundled compilation to support included extensions (#127)
* Get to openssl failure * It compiles!? * Add back in the other flags * Add openssl code * Add duckdb as a submodule * Clean up the rest of the code * Cleanups * Exclude duckdb-sources * Feature flags * Rework to use a tar.gz * Add to gitignore * Keep the bindings around * Fix Linux (exit 0's in the openssl code) * Remove unused import * Comments * Fix clippy errors * Only include all extensions when bundling and install OpenSSL on windows * Add line * Rework slightly * Try the other solution * fix openssl issue Change-Id: I67dd345659e9957cac8590aad1d7dd8ac190cb53 * Revert "fix openssl issue" This reverts commit 96bdc43. * fix openssl error Change-Id: Ifa042c7f4be521a210636c7870e1e225946910e8 --------- Co-authored-by: wangfenjin <[email protected]>
- Loading branch information
1 parent
74cd7f0
commit 0da3aef
Showing
20 changed files
with
1,862 additions
and
400,364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "libduckdb-sys/duckdb-sources"] | ||
path = libduckdb-sys/duckdb-sources | ||
url = [email protected]:duckdb/duckdb.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
duckdb/* | ||
._duckdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule duckdb-sources
added at
b00b93
Binary file not shown.
Oops, something went wrong.