Skip to content

Commit

Permalink
Remove needless codes
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 1, 2025
1 parent 3d06769 commit dbab8f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,16 +408,6 @@ jobs:
$(vcpkg fetch nuget | tail -n 1) \
setapikey "${{ secrets.GITHUB_TOKEN }}" \
-source "https://nuget.pkg.github.com/$GITHUB_REPOSITORY_OWNER/index.json"
# - name: Build C++ vcpkg dependencies
# run: |
# vcpkg install `
# --triplet $env:VCPKG_DEFAULT_TRIPLET `
# --x-manifest-root cpp `
# --x-install-root build\cpp\vcpkg_installed
# - name: Debug
# shell: bash
# run: |
# find build/cpp/vcpkg_installed
- name: Build C++
shell: cmd
run: |
Expand Down
2 changes: 0 additions & 2 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,6 @@ if(ARROW_USE_BOOST)
set(ARROW_BOOST_COMPONENTS)
set(ARROW_BOOST_OPTIONAL_COMPONENTS)
endif()
set(CMAKE_FIND_DEBUG_MODE ON)
resolve_dependency(Boost
REQUIRED_VERSION
${ARROW_BOOST_REQUIRED_VERSION}
Expand All @@ -1305,7 +1304,6 @@ if(ARROW_USE_BOOST)
IS_RUNTIME_DEPENDENCY
# libarrow.so doesn't depend on libboost*.
FALSE)
set(CMAKE_FIND_DEBUG_MODE OFF)
if(ARROW_BOOST_USE_SHARED)
set(BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS_KEEP})
unset(BUILD_SHARED_LIBS_KEEP)
Expand Down

0 comments on commit dbab8f2

Please sign in to comment.