Skip to content

Commit 8ebfea0

Browse files
gatesn0ax1
andauthored
DuckDB Build System (#3397)
This PR introduces an alternate setup for a DuckDB extension written primarily in Rust, with C++ used to expose additional functionality from the DuckDB code base. Signed-off-by: Alexander Droste <[email protected]> Co-authored-by: Alexander Droste <[email protected]>
1 parent 7aff46a commit 8ebfea0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+8760
-342
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
target: wasm32-unknown-unknown
180180
env:
181181
rustflags: 'RUSTFLAGS="-A warnings --cfg getrandom_backend=\"wasm_js\""'
182-
args: "--target wasm32-unknown-unknown --exclude vortex --exclude vortex-datafusion --exclude vortex-tui"
182+
args: "--target wasm32-unknown-unknown --exclude vortex --exclude vortex-datafusion --exclude vortex-duckdb-ext --exclude vortex-tui"
183183
steps:
184184
- uses: runs-on/action@v1
185185
- uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
--exclude bench-vortex \
3333
--exclude vortex-python \
3434
--exclude vortex-duckdb \
35+
--exclude vortex-duckdb-ext \
3536
--exclude vortex-ffi \
3637
--exclude vortex-fuzz \
3738
--exclude vortex-jni \

0 commit comments

Comments
 (0)