Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Feb 8, 2024
1 parent 24688a4 commit 690cbce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ services:
# Shrink test runtime by enabling minimal optimizations
ARROW_C_FLAGS_DEBUG: "-g1 -Og"
ARROW_CXX_FLAGS_DEBUG: "-g1 -Og"
# GH-39973: Do not use debug memory pool for valgrind
ARROW_DEBUG_MEMORY_POOL: "none"
ARROW_ENABLE_TIMING_TESTS: # inherit
ARROW_FLIGHT: "OFF"
ARROW_FLIGHT_SQL: "OFF"
Expand All @@ -330,8 +332,6 @@ services:
ARROW_USE_LD_GOLD: "ON"
BUILD_WARNING_LEVEL: "PRODUCTION"
ARROW_CTEST_TIMEOUT: 500
# GH-39973: Do not use debug memory pool for valgrind
ARROW_DEBUG_MEMORY_POOL: "none"
volumes: *conda-volumes
command: *conda-cpp-command

Expand Down Expand Up @@ -600,6 +600,8 @@ services:
CXX: clang++-${CLANG_TOOLS}
# Avoid creating huge static libraries
ARROW_BUILD_STATIC: "OFF"
# GH-39973: Do not use debug memory pool for ASAN
ARROW_DEBUG_MEMORY_POOL: "none"
ARROW_ENABLE_TIMING_TESTS: # inherit
# GH-33920: Disable Flight SQL to reduce build time.
# We'll be able to re-enable this with Ubuntu 24.04 because
Expand All @@ -615,8 +617,6 @@ services:
# 1 GB isn't enough for a single sanitizer build
CCACHE_MAXSIZE: 2G
Protobuf_SOURCE: "AUTO"
# GH-39973: Do not use debug memory pool for ASAN
ARROW_DEBUG_MEMORY_POOL: "none"
command: *cpp-command

ubuntu-cpp-thread-sanitizer:
Expand Down

0 comments on commit 690cbce

Please sign in to comment.