Skip to content

Commit

Permalink
ci-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Sep 30, 2024
1 parent 108e5eb commit 701f603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ci/build_wheel_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ rapids-generate-version > ./VERSION

cd "${package_dir}"

export VERBOSE=1

python -m pip install wheel
# libkvikio is a header-only C++ library with no Python code, so
# it is entirely platform-agnostic. We cannot use auditwheel for
Expand Down
4 changes: 3 additions & 1 deletion cpp/cmake/thirdparty/get_libcurl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# This function finds libcurl and sets any additional necessary environment variables.
function(find_and_configure_libcurl)
include(${rapids-cmake-dir}/cpm/find.cmake)
# set(CPM_DOWNLOAD_ALL ON)

rapids_cpm_find(
CURL 7.87.0
Expand All @@ -24,7 +25,8 @@ function(find_and_configure_libcurl)
CPM_ARGS
GIT_REPOSITORY https://github.com/curl/curl
GIT_TAG curl-8_10_1
OPTIONS "BUILD_CURL_EXE OFF" "BUILD_SHARED_LIBS OFF" "BUILD_TESTING OFF"
OPTIONS "BUILD_CURL_EXE OFF" "BUILD_SHARED_LIBS OFF" "BUILD_TESTING OFF" "CURL_USE_LIBPSL OFF"
"CURL_DISABLE_LDAP ON" "CMAKE_POSITION_INDEPENDENT_CODE ON"
)
endfunction()

Expand Down

0 comments on commit 701f603

Please sign in to comment.