File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -43,27 +43,27 @@ jobs:
4343 # - name: Install CMake
4444 # uses: ssrobins/install-cmake@v1
4545
46- - uses : actions/checkout@v4
46+ # - uses: actions/checkout@v4
4747
48- - name : Move directories to shorten path
49- run : |
50- tree
51- mkdir D:\a\wd
52- mv D:\a\warpdrive\ D:\a\wd
53- pwd
54- tree
48+ # - name: Move directories to shorten path
49+ # run: |
50+ # tree
51+ # mkdir D:\a\wd
52+ # mv D:\a\warpdrive\ D:\a\wd
53+ # pwd
54+ # tree
5555
5656
5757 - name : Change repo path to local repos
5858 run : |
59- # cd D:\a\wd\warpdrive
60- ./build_win64.bat
59+ # # cd D:\a\wd\warpdrive
60+ # ./build_win64.bat
6161 # ls D:\a\wd
6262 # ls D:\a\wd\warpdrive
63- # (Get-Content D:\a\wd\warpdrive\ build_win64.bat).Replace('ARROW_GIT_REPOSITORY="https://github.com/apache/arrow"', 'ARROW_GIT_REPOSITORY="D:/a/gh/arrow"') | Set-Content D:\a\wd\warpdrive \build_win64.bat
64- # (Get-Content D:\a\wd\warpdrive\ build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/gh/flightsql-odbc"') | Set-Content D:\a\wd\warpdrive\uild_win64 .bat
65- # (Get-Content D:\a\wd\warpdrive\ build_win64.bat).Replace('%VCPKG_ROOT%', 'D:/a/github/vcpkg') | Set-Content D:\a\wd\warpdrive\ build_win64.bat
66-
63+ (Get-Content .\ build_win64.bat).Replace('ARROW_GIT_REPOSITORY="https://github.com/apache/arrow"', 'ARROW_GIT_REPOSITORY="D:/a/gh/arrow"') | Set-Content . \build_win64.bat
64+ (Get-Content .\ build_win64.bat).Replace('ODBCABSTRACTION_REPO="../flightsql-odbc"', 'ODBCABSTRACTION_REPO="D:/a/gh/flightsql-odbc"') | Set-Content .\build_win64 .bat
65+ (Get-Content .\ build_win64.bat).Replace('%VCPKG_ROOT%', 'D:/a/github/vcpkg') | Set-Content .\ build_win64.batZ
66+
6767 # - name: Upload bat file
6868 # uses: actions/upload-artifact@v4
6969 # with:
You can’t perform that action at this time.
0 commit comments