File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ duckdb_extension_load(autocomplete DONT_LINK)
99duckdb_extension_load(fts DONT_LINK)
1010duckdb_extension_load(inet DONT_LINK)
1111duckdb_extension_load(icu DONT_LINK)
12- duckdb_extension_load(sqlsmith DONT_LINK)
1312duckdb_extension_load(tpcds DONT_LINK)
1413duckdb_extension_load(tpch DONT_LINK)
1514
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ build/docker_ci_image:
434434 touch build/docker_ci_image
435435
436436patch_duckdb :
437- find duckdb_patches/* -type f -name ' *.patch' -print0 | xargs -0 cat | patch -p1 -d submodules/duckdb
437+ find duckdb_patches/* -type f -name ' *.patch' -print0 | xargs -0 cat | patch -p1 --forward - d submodules/duckdb
438438
439439submodules :
440440 git submodule update --init --recursive
You can’t perform that action at this time.
0 commit comments