File tree Expand file tree Collapse file tree
duckdb-vortex-partitioned Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --defaul
99export CC=clang
1010export CXX=clang++
1111git clone https://github.com/vortex-data/vortex --recursive
12+ cd vortex
1213git fetch --tags
1314git checkout 0.35.0
14- cd vortex/ duckdb-vortex
15+ cd duckdb-vortex
1516GEN=ninja NATIVE_ARCH=1 LTO=thin make
1617export PATH=" ` pwd` /build/release/:$PATH "
1718cd ../..
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --defaul
99export CC=clang
1010export CXX=clang++
1111git clone https://github.com/vortex-data/vortex --recursive
12+ cd vortex
1213git fetch --tags
1314git checkout 0.35.0
14- cd vortex/ duckdb-vortex
15+ cd duckdb-vortex
1516GEN=ninja NATIVE_ARCH=1 LTO=thin make
1617export PATH=" ` pwd` /build/release/:$PATH "
1718cd ../..
You can’t perform that action at this time.
0 commit comments