We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb5d1d commit 547c93aCopy full SHA for 547c93a
1 file changed
compose.yaml
@@ -205,6 +205,11 @@ volumes:
205
ubuntu-ccache:
206
name: ${ARCH}-ubuntu-${UBUNTU}-ccache
207
208
+networks:
209
+ # GH-48068 for Flight SQL ODBC Testing
210
+ odbc_net:
211
+ external: true
212
+
213
services:
214
215
################################# C++ #######################################
@@ -387,6 +392,8 @@ services:
387
392
interval: 10s
388
393
timeout: 5s
389
394
retries: 30
395
+ networks:
396
+ - odbc_net
390
397
391
398
ubuntu-cpp: &ubuntu-cpp-base
399
# Usage:
@@ -535,8 +542,8 @@ services:
535
542
ARROW_S3: "OFF"
536
543
ARROW_SUBSTRAIT: "OFF"
537
544
# Register ODBC before running tests
538
- depends_on:
539
- - dremio
545
546
540
547
command: >
541
548
/bin/bash -c "
549
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
0 commit comments