Skip to content

Commit

Permalink
update duckdb to use hash, specifically c29c67bb97
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-n authored Dec 19, 2024
1 parent bd8e4fe commit 161cb8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DUCKDB_REPO=https://github.com/duckdb/duckdb.git
DUCKDB_BRANCH=main
DUCKDB_REF=c29c67bb971362cd1e9143305acffebb1bc9bd63

.PHONY: install
install:
Expand All @@ -20,7 +20,8 @@ test:

.PHONY: deps.header
deps.header:
git clone -b ${DUCKDB_BRANCH} --depth 1 ${DUCKDB_REPO}
git clone --depth 1 ${DUCKDB_REPO}
git -C ./duckdb checkout ${DUCKDB_REF}
cp duckdb/src/include/duckdb.h duckdb.h

.PHONY: duckdb
Expand Down

0 comments on commit 161cb8c

Please sign in to comment.