File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cd _build
2828ARROW_GIT_REPOSITORY=" ${ARROW_GIT_REPOSITORY:= https:// github.com/ apache/ arrow} "
2929ARROW_GIT_TAG=" ${ARROW_GIT_TAG:= b050bd0d31db6412256cec3362c0d57c9732e1f2} "
3030ODBCABSTRACTION_REPO=" ${ODBCABSTRACTION_REPO:=/ opt/ flightsql-odbc} "
31- ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= d2a1029b0641febb0872831bec1b90fe3f635dd3 } "
31+ ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= 52cb68765a02c2e9456402f8b678556d7feb39e7 } "
3232
3333cmake \
3434 -GNinja \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cd _build
1515ARROW_GIT_REPOSITORY=" ${ARROW_GIT_REPOSITORY:= https:// github.com/ apache/ arrow} "
1616ARROW_GIT_TAG=" ${ARROW_GIT_TAG:= b050bd0d31db6412256cec3362c0d57c9732e1f2} "
1717ODBCABSTRACTION_REPO=" ${ODBCABSTRACTION_REPO:=/ opt/ flightsql-odbc} "
18- ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= d2a1029b0641febb0872831bec1b90fe3f635dd3 } "
18+ ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= 52cb68765a02c2e9456402f8b678556d7feb39e7 } "
1919
2020cmake \
2121 -GNinja \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cd build
1717ARROW_GIT_REPOSITORY=" ${ARROW_GIT_REPOSITORY:= https:// github.com/ apache/ arrow} "
1818ARROW_GIT_TAG=" ${ARROW_GIT_TAG:= b050bd0d31db6412256cec3362c0d57c9732e1f2} "
1919ODBCABSTRACTION_REPO=" ${ODBCABSTRACTION_REPO:= ../ flightsql-odbc} "
20- ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= d2a1029b0641febb0872831bec1b90fe3f635dd3 } "
20+ ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= 52cb68765a02c2e9456402f8b678556d7feb39e7 } "
2121
2222cmake \
2323 -DCMAKE_BUILD_TYPE=Release \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SETLOCAL
2222if NOT DEFINED ARROW_GIT_REPOSITORY SET ARROW_GIT_REPOSITORY = " https://github.com/apache/arrow"
2323if NOT DEFINED ARROW_GIT_TAG SET ARROW_GIT_TAG = " b050bd0d31db6412256cec3362c0d57c9732e1f2"
2424if NOT DEFINED ODBCABSTRACTION_REPO SET ODBCABSTRACTION_REPO = " ../flightsql-odbc"
25- if NOT DEFINED ODBCABSTRACTION_GIT_TAG SET ODBCABSTRACTION_GIT_TAG = " d2a1029b0641febb0872831bec1b90fe3f635dd3 "
25+ if NOT DEFINED ODBCABSTRACTION_GIT_TAG SET ODBCABSTRACTION_GIT_TAG = " 52cb68765a02c2e9456402f8b678556d7feb39e7 "
2626
2727cmake ..^
2828 -DARROW_GIT_REPOSITORY=%ARROW_GIT_REPOSITORY% ^
You can’t perform that action at this time.
0 commit comments