Skip to content

Commit 5a8f56f

Browse files
committed
do not pull duckdb sources
1 parent c4d397e commit 5a8f56f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ debug: pull
2626
cmake $(GENERATOR) -DCMAKE_BUILD_TYPE=Debug ${BUILD_FLAGS} ../../duckdb/CMakeLists.txt -DEXTERNAL_EXTENSION_DIRECTORIES=../../rocksdb_scanner -B. && \
2727
cmake --build . --config Debug
2828

29-
release: pull
29+
# release: pull
30+
# do not pull now that we changed a file in the duckdb folder..
31+
release:
3032
mkdir -p build/release && \
3133
cd build/release && \
3234
cmake $(GENERATOR) -DCMAKE_BUILD_TYPE=RelWithDebInfo ${BUILD_FLAGS} ../../duckdb/CMakeLists.txt -DEXTERNAL_EXTENSION_DIRECTORIES=../../rocksdb_scanner -B. && \

0 commit comments

Comments
 (0)