Skip to content

Commit d0bd9f6

Browse files
committed
Remove debug msgs
Cannot get vcpkg in cpp_build to show debug messages
1 parent cb6a294 commit d0bd9f6

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/scripts/cpp_build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
set -ex
2121

22-
export VCPKG_DEBUG=1 #-AL- TEMP
23-
2422
source_dir=${1}/cpp
2523
build_dir=${2}/cpp
2624

@@ -182,9 +180,7 @@ elif [ -n "${CMAKE_PRESET}" ]; then
182180
${ARROW_CMAKE_ARGS} \
183181
${source_dir}
184182
else
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} \

cpp/cmake_modules/Usevcpkg.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
message(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

0 commit comments

Comments
 (0)