Skip to content

Commit

Permalink
add latest duckdb changes
Browse files Browse the repository at this point in the history
  • Loading branch information
taniabogatsch committed Sep 20, 2024
1 parent f4ae3d0 commit b802aae
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 59 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
paths:
- ".github/workflows/**"
- "Makefile"
- "*.patch"
jobs:
prepare:
runs-on: ubuntu-20.04
Expand Down
55 changes: 0 additions & 55 deletions 0001-Add-static-flag-to-duckdb.patch

This file was deleted.

2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ test:
.PHONY: deps.header
deps.header:
git clone -b ${DUCKDB_BRANCH} --depth 1 ${DUCKDB_REPO}

cd duckdb && git apply --verbose ../0001-Add-static-flag-to-duckdb.patch
cp duckdb/src/include/duckdb.h duckdb.h

.PHONY: duckdb
Expand Down
2 changes: 1 addition & 1 deletion cgo_static.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package duckdb

/*
#cgo CPPFLAGS: -DDUCKDB_STATIC
#cgo CPPFLAGS: -DDUCKDB_STATIC_BUILD
#cgo LDFLAGS: -lduckdb
#cgo darwin,amd64 LDFLAGS: -lc++ -L${SRCDIR}/deps/darwin_amd64
#cgo darwin,arm64 LDFLAGS: -lc++ -L${SRCDIR}/deps/darwin_arm64
Expand Down

0 comments on commit b802aae

Please sign in to comment.