Skip to content

Commit 0a7b0e4

Browse files
committed
use james' fork for flightsql odbc
1 parent 6e29996 commit 0a7b0e4

File tree

1 file changed

+6
-38
lines changed

1 file changed

+6
-38
lines changed

.github/workflows/odbc.yml

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ jobs:
3838
- name: Clone flight odbc with commit (${{ github.event.inputs.ODBCABSTRACTION_GIT_TAG }})
3939
run: |
4040
cd ../../gh
41-
git clone https://github.com/dbt-labs/flightsql-odbc.git
41+
git clone https://github.com/jduo/flightsql-odbc.git
4242
4343
- uses: actions/checkout@v4
4444

45-
# TODO: if path length is not an issue use actions/checkout@v4 instead of cloning warpdrive
46-
# Change D:\a\wd\warpdrive to D:\a\warpdrive\warpdrive for all occurences in this file
4745
- name: Change repo path to local repos
4846
run: |
4947
(Get-Content D:\a\warpdrive\warpdrive\build_win64.bat) -replace 'ARROW_GIT_REPOSITORY="(.*?)"', 'ARROW_GIT_REPOSITORY="D:/a/gh/arrow"' | Set-Content D:\a\warpdrive\warpdrive\build_win64.bat
@@ -61,38 +59,8 @@ jobs:
6159
run: |
6260
(Get-Content D:\a\warpdrive\warpdrive\build_win64.bat) -replace 'ARROW_GIT_TAG="(.*?)"', 'ARROW_GIT_TAG="${{ github.event.inputs.ARROW_GIT_TAG }}"' | Set-Content D:\a\warpdrive\warpdrive\build_win64.bat
6361
64-
# TODO: REMOVE
65-
- name: Upload bat file
66-
uses: actions/upload-artifact@v4
67-
with:
68-
name: build_win64.bat
69-
path: 'D:\a\warpdrive\warpdrive\build_win64.bat'
70-
71-
- name: Set up MSVC Dev command prompt
72-
uses: ilammy/msvc-dev-cmd@v1.13.0
73-
with:
74-
arch: x64
75-
76-
- name: Build ODBC Driver
77-
run: |
78-
cd D:\a\warpdrive\warpdrive
79-
.\build_win64.bat
80-
81-
# TODO: REMOVE
82-
- name: Build zip file
83-
run: |
84-
Compress-Archive -Path D:\a\warpdrive\warpdrive\build\ -DestinationPath D:\a\warpdrive\warpdrive\build.zip
85-
86-
# TODO: REMOVE
87-
- name: Upload build directory
88-
uses: actions/upload-artifact@v4
89-
with:
90-
name: build.zip
91-
path: 'D:\a\warpdrive\warpdrive\build.zip'
92-
93-
# TODO: add name and path to driver
94-
# - name: Upload ODBC Driver
95-
# uses: actions/upload-artifact@v4
96-
# with:
97-
# name: <Driver file name>
98-
# path: <Driver path name>
62+
# - name: Upload ODBC Driver
63+
# uses: actions/upload-artifact@v4
64+
# with:
65+
# name: dbtlabs-flight-sql-odbc-driver-v1.0
66+
# path: <Driver path name>

0 commit comments

Comments
 (0)