We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a16cd5 commit 78037cbCopy full SHA for 78037cb
duckdb-vortex/benchmark.sh
@@ -2,13 +2,15 @@
2
3
# Install
4
sudo apt-get update
5
-sudo apt-get install ninja-build cmake build-essential make ccache pip clang -y
+sudo apt-get install ninja-build cmake build-essential make ccache pip clang pkg-config -y
6
+
7
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --no-modify-path
8
9
export CC=clang
10
export CXX=clang++
11
git clone https://github.com/vortex-data/vortex --recursive
12
cd vortex/duckdb-vortex
-git checkout v0.34.0
13
+git checkout 0.34.0
14
GEN=ninja NATIVE_ARCH=1 LTO=thin make
15
export PATH="`pwd`/build/release/:$PATH"
16
cd ../..
0 commit comments