We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2300d8 commit 1d63348Copy full SHA for 1d63348
1 file changed
ep/build-velox/src/setup-rhel.sh
@@ -131,9 +131,11 @@ function install_elfutils-libelf {
131
132
function install_xxHash {
133
wget_and_untar https://github.com/Cyan4973/xxHash/archive/refs/tags/v${XXHASH_VERSION}.tar.gz xxHash
134
- cd ${DEPENDENCY_DIR}/xxHash
135
- make "-j${NPROC}"
136
- make install PREFIX=${INSTALL_PREFIX}
+ (
+ cd ${DEPENDENCY_DIR}/xxHash
+ make "-j${NPROC}"
137
+ make install PREFIX=${INSTALL_PREFIX}
138
+ )
139
}
140
141
function install_googletest {
@@ -252,7 +254,6 @@ function install_velox_deps {
252
254
run_and_time install_fbthrift
253
255
run_and_time install_duckdb
256
run_and_time install_stemmer
- run_and_time install_thrift
257
run_and_time install_simdjson
258
run_and_time install_geos
259
0 commit comments