File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ jobs:
5757 - name : Change repo path to local repos
5858 run : |
5959 cd D:\a\wd\warpdrive
60- pwd
61- ls D:\a\wd
62- 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
60+ ls
61+ # ls D:\a\wd
62+ # 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
6666
6767 # - name: Upload bat file
6868 # uses: actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments