Skip to content

Commit 4641f24

Browse files
add patch version (debug)
1 parent 6a41626 commit 4641f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

duckdb_pglake/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ release: patch_duckdb
126126
# patch exit code 1 means the patch is already applied, since we might run this multiple times, be robust
127127
patch_duckdb:
128128
echo "current submodule refs"
129+
patch -v
129130
git submodule status
130131
cd duckdb && git checkout -f . && \
131132
find ../patches/duckdb -type f -name '*.patch' -print | xargs -0 printf '%s ' | \

0 commit comments

Comments
 (0)