Skip to content

Commit 4a488e8

Browse files
committed
TEMP disable ODBC build
1 parent 099dba2 commit 4a488e8

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)