Skip to content

Commit 547c93a

Browse files
committed
Use odbc_net
1 parent ccb5d1d commit 547c93a

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

compose.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ volumes:
205205
ubuntu-ccache:
206206
name: ${ARCH}-ubuntu-${UBUNTU}-ccache
207207

208+
networks:
209+
# GH-48068 for Flight SQL ODBC Testing
210+
odbc_net:
211+
external: true
212+
208213
services:
209214

210215
################################# C++ #######################################
@@ -387,6 +392,8 @@ services:
387392
interval: 10s
388393
timeout: 5s
389394
retries: 30
395+
networks:
396+
- odbc_net
390397

391398
ubuntu-cpp: &ubuntu-cpp-base
392399
# Usage:
@@ -535,8 +542,8 @@ services:
535542
ARROW_S3: "OFF"
536543
ARROW_SUBSTRAIT: "OFF"
537544
# Register ODBC before running tests
538-
depends_on:
539-
- dremio
545+
networks:
546+
- odbc_net
540547
command: >
541548
/bin/bash -c "
542549
/arrow/ci/scripts/cpp_build.sh /arrow /build &&

0 commit comments

Comments
 (0)