File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -428,14 +428,12 @@ jobs:
428428 shell : bash
429429 run : |
430430 vcpkg fetch nuget
431- # -AL- temp disable.
432431 - name : Build
433432 shell : cmd
434433 run : |
435434 set VCPKG_ROOT_KEEP=%VCPKG_ROOT%
436435 call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
437436 set VCPKG_ROOT=%VCPKG_ROOT_KEEP%
438- vcpkg install abseil --debug
439437 bash -c "ci/scripts/cpp_build.sh $(pwd) $(pwd)/build"
440438
441439 - name : Register Flight SQL ODBC Driver
Original file line number Diff line number Diff line change 1919
2020set -ex
2121
22- export VCPKG_DEBUG=1 # -AL- TEMP
23-
2422source_dir=${1} /cpp
2523build_dir=${2} /cpp
2624
@@ -182,9 +180,7 @@ elif [ -n "${CMAKE_PRESET}" ]; then
182180 ${ARROW_CMAKE_ARGS} \
183181 ${source_dir}
184182else
185- # -AL- added `VCPKG_VERBOSE` for debugging vcpkg
186183 cmake \
187- -DVCPKG_VERBOSE=ON \
188184 -Dabsl_SOURCE=${absl_SOURCE:- } \
189185 -DARROW_ACERO=${ARROW_ACERO:- OFF} \
190186 -DARROW_AZURE=${ARROW_AZURE:- OFF} \
Original file line number Diff line number Diff line change 1717
1818message (STATUS "Using vcpkg to find dependencies" )
1919
20- set (VCPKG_VERBOSE ON CACHE BOOL "-AL- test Enable verbose output from vcpkg" )
21-
2220# ----------------------------------------------------------------------
2321# Define macros
2422
You can’t perform that action at this time.
0 commit comments