Skip to content

Commit 3733714

Browse files
Merge pull request #529 from ClickHouse/adjustments-9
Small adjustments (9)
2 parents 08f68e9 + 89eff84 commit 3733714

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

duckdb-vortex-partitioned/benchmark.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --defaul
99
export CC=clang
1010
export CXX=clang++
1111
git clone https://github.com/vortex-data/vortex --recursive
12+
cd vortex
1213
git fetch --tags
1314
git checkout 0.35.0
14-
cd vortex/duckdb-vortex
15+
cd duckdb-vortex
1516
GEN=ninja NATIVE_ARCH=1 LTO=thin make
1617
export PATH="`pwd`/build/release/:$PATH"
1718
cd ../..

duckdb-vortex/benchmark.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --defaul
99
export CC=clang
1010
export CXX=clang++
1111
git clone https://github.com/vortex-data/vortex --recursive
12+
cd vortex
1213
git fetch --tags
1314
git checkout 0.35.0
14-
cd vortex/duckdb-vortex
15+
cd duckdb-vortex
1516
GEN=ninja NATIVE_ARCH=1 LTO=thin make
1617
export PATH="`pwd`/build/release/:$PATH"
1718
cd ../..

0 commit comments

Comments
 (0)