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 6aa0fe6 commit 5a5ea93Copy full SHA for 5a5ea93
1 file changed
r/inst/build_arrow_static.sh
@@ -114,10 +114,7 @@ ${CMAKE_WRAPPER} ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
114
-G "${CMAKE_GENERATOR:-Unix Makefiles}" \
115
${SOURCE_DIR}
116
117
-SANITIZED_MAKEFLAGS="${MAKEFLAGS/-jNA/}"
118
-printf 'MAKEFLAGS before sanitize: %s\n' "${MAKEFLAGS:-}"
119
-printf 'MAKEFLAGS after sanitize: %s\n' "${SANITIZED_MAKEFLAGS}"
120
-MAKEFLAGS="${SANITIZED_MAKEFLAGS}" ${CMAKE} --build . --target install -- -j"${N_JOBS}"
+MAKEFLAGS="${MAKEFLAGS/-jNA/}" ${CMAKE} --build . --target install -- -j $N_JOBS
121
122
if command -v sccache &> /dev/null; then
123
echo "=== sccache stats after the build ==="
0 commit comments