Skip to content

Commit

Permalink
Update java_jni_manylinux_build.sh with debug build settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Oct 31, 2024
1 parent 0890149 commit bfbd8c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/java_jni_manylinux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export ARROW_ORC
: ${ARROW_PARQUET:=ON}
: ${ARROW_S3:=ON}
: ${ARROW_USE_CCACHE:=OFF}
: ${CMAKE_BUILD_TYPE:=release}
: ${CMAKE_BUILD_TYPE:=Debug}
: ${CMAKE_UNITY_BUILD:=ON}
: ${VCPKG_ROOT:=/opt/vcpkg}
: ${VCPKG_FEATURE_FLAGS:=-manifests}
Expand Down Expand Up @@ -81,6 +81,7 @@ cmake \
-DARROW_RPATH_ORIGIN=${ARROW_RPATH_ORIGIN} \
-DARROW_S3=${ARROW_S3} \
-DARROW_USE_CCACHE=${ARROW_USE_CCACHE} \
-DARROW_EXTRA_ERROR_CONTEXT=ON \
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=${ARROW_HOME} \
Expand Down

0 comments on commit bfbd8c5

Please sign in to comment.