Skip to content

Commit

Permalink
vendor duckdb (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaff authored Sep 5, 2024
1 parent 289e66d commit 981972a
Show file tree
Hide file tree
Showing 7 changed files with 1,144 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: make load_vendored

- run: cargo build --target ${{ matrix.target }} --release

- name: attach metadata
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target

packages/vendor
3 changes: 3 additions & 0 deletions .idea/duckdb_protobuf.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 981972a

Please sign in to comment.