@@ -420,22 +420,29 @@ jobs:
420420 $(vcpkg fetch nuget | tail -n 1) \
421421 setapikey "${{ secrets.GITHUB_TOKEN }}" \
422422 -source "https://nuget.pkg.github.com/$GITHUB_REPOSITORY_OWNER/index.json"
423- - name : Build
424- shell : cmd
425- run : |
426- set VCPKG_ROOT_KEEP=%VCPKG_ROOT%
427- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
428- set VCPKG_ROOT=%VCPKG_ROOT_KEEP%
429- bash -c "ci/scripts/cpp_build.sh $(pwd) $(pwd)/build"
430- - name : Register Flight SQL ODBC Driver
431- shell : cmd
423+ - name : Show vcpkg NuGet
424+ shell : pwsh
432425 run : |
433- call "cpp\src\arrow\flight\sql\odbc\tests\install_odbc.cmd" ${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\arrow_flight_sql_odbc.dll
434- # GH-48270 TODO: Resolve segementation fault during Arrow library unload
435- # GH-48269 TODO: Enable Flight & Flight SQL testing in MSVC CI
436- # GH-48547 TODO: enable ODBC tests after GH-48270 and GH-48269 are resolved.
426+ vcpkg fetch nuget
427+ # -AL- temp disable.
428+ # - name: Build
429+ # shell: cmd
430+ # run: |
431+ # set VCPKG_ROOT_KEEP=%VCPKG_ROOT%
432+ # call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
433+ # set VCPKG_ROOT=%VCPKG_ROOT_KEEP%
434+ # vcpkg install abseil --debug
435+ # bash -c "ci/scripts/cpp_build.sh $(pwd) $(pwd)/build"
436+
437+ # - name: Register Flight SQL ODBC Driver
438+ # shell: cmd
439+ # run: |
440+ # call "cpp\src\arrow\flight\sql\odbc\tests\install_odbc.cmd" ${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\arrow_flight_sql_odbc.dll
441+ # # GH-48270 TODO: Resolve segementation fault during Arrow library unload
442+ # # GH-48269 TODO: Enable Flight & Flight SQL testing in MSVC CI
443+ # # GH-48547 TODO: enable ODBC tests after GH-48270 and GH-48269 are resolved.
437444
438- # GH-47787 TODO: Build ODBC installer
445+ # # GH-47787 TODO: Build ODBC installer
439446
440447 report-extra-cpp :
441448 if : github.event_name == 'schedule' && always()
0 commit comments