kou commented on PR #40927:
URL: https://github.com/apache/arrow/pull/40927#issuecomment-2038582301

   Could you also add this to use `ARROW_USE_LLD` environment variable value?
   
   ```diff
   diff --git a/ci/scripts/cpp_build.sh b/ci/scripts/cpp_build.sh
   index 1e09924a5e..62bb1bc13f 100755
   --- a/ci/scripts/cpp_build.sh
   +++ b/ci/scripts/cpp_build.sh
   @@ -147,6 +147,7 @@ cmake \
      -DARROW_USE_CCACHE=${ARROW_USE_CCACHE:-ON} \
      -DARROW_USE_GLOG=${ARROW_USE_GLOG:-OFF} \
      -DARROW_USE_LD_GOLD=${ARROW_USE_LD_GOLD:-OFF} \
   +  -DARROW_USE_LLD=${ARROW_USE_LLD:-OFF} \
      -DARROW_USE_MOLD=${ARROW_USE_MOLD:-OFF} \
      -DARROW_USE_PRECOMPILED_HEADERS=${ARROW_USE_PRECOMPILED_HEADERS:-OFF} \
      -DARROW_USE_STATIC_CRT=${ARROW_USE_STATIC_CRT:-OFF} \
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to