File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -428,18 +428,19 @@ jobs:
428428 shell : bash
429429 run : |
430430 vcpkg fetch nuget
431- - name : Build
432- shell : cmd
433- run : |
434- set VCPKG_ROOT_KEEP=%VCPKG_ROOT%
435- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
436- set VCPKG_ROOT=%VCPKG_ROOT_KEEP%
437- bash -c "ci/scripts/cpp_build.sh $(pwd) $(pwd)/build"
431+ # -AL- TEMP disable.
432+ # - name: Build
433+ # shell: cmd
434+ # run: |
435+ # set VCPKG_ROOT_KEEP=%VCPKG_ROOT%
436+ # call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
437+ # set VCPKG_ROOT=%VCPKG_ROOT_KEEP%
438+ # bash -c "ci/scripts/cpp_build.sh $(pwd) $(pwd)/build"
438439
439- - name : Register Flight SQL ODBC Driver
440- shell : cmd
441- run : |
442- call "cpp\src\arrow\flight\sql\odbc\tests\install_odbc.cmd" ${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\arrow_flight_sql_odbc.dll
440+ # - name: Register Flight SQL ODBC Driver
441+ # shell: cmd
442+ # run: |
443+ # call "cpp\src\arrow\flight\sql\odbc\tests\install_odbc.cmd" ${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\arrow_flight_sql_odbc.dll
443444 # GH-48270 TODO: Resolve segementation fault during Arrow library unload
444445 # GH-48269 TODO: Enable Flight & Flight SQL testing in MSVC CI
445446 # GH-48547 TODO: enable ODBC tests after GH-48270 and GH-48269 are resolved.
You can’t perform that action at this time.
0 commit comments