Skip to content

Commit 3311817

Browse files
committed
debug windows ci by temporarily disable shard build
1 parent cd7b2dc commit 3311817

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ci/scripts/build_iceberg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pushd ${build_dir}
2828
cmake \
2929
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX:-${ICEBERG_HOME}} \
3030
-DICEBERG_BUILD_STATIC=ON \
31-
-DICEBERG_BUILD_SHARED=ON \
31+
-DICEBERG_BUILD_SHARED=OFF \
3232
${source_dir}
3333
cmake --build . --target install
3434

src/arrow/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ else()
4343
list(APPEND ICEBERG_ARROW_SHARED_INSTALL_INTERFACE_LIBS iceberg::vendored_Arrow)
4444
endif()
4545

46-
string(GENEX_EVAL EVALUATED_VALUE "${ICEBERG_ARROW_SHARED_BUILD_INTERFACE_LIBS}")
47-
message("Evaluated ICEBERG_ARROW_SHARED_BUILD_INTERFACE_LIBS: ${EVALUATED_VALUE}")
48-
4946
add_iceberg_lib(
5047
iceberg_arrow
5148
CMAKE_PACKAGE_NAME

0 commit comments

Comments
 (0)