Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Feb 7, 2024
1 parent 3892b5c commit 24688a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ services:
ARROW_USE_LD_GOLD: "ON"
BUILD_WARNING_LEVEL: "PRODUCTION"
ARROW_CTEST_TIMEOUT: 500
# GH-39773: Do not use debug memory pool for valgrind
# 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 @@ -615,7 +615,7 @@ services:
# 1 GB isn't enough for a single sanitizer build
CCACHE_MAXSIZE: 2G
Protobuf_SOURCE: "AUTO"
# GH-39773: Do not use debug memory pool for ASAN
# GH-39973: Do not use debug memory pool for ASAN
ARROW_DEBUG_MEMORY_POOL: "none"
command: *cpp-command

Expand Down

0 comments on commit 24688a4

Please sign in to comment.