Skip to content

Commit

Permalink
Disallow mimalloc for TSAN tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Dec 13, 2024
1 parent 2ac2b8e commit 6cb1da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ services:
ARROW_FLIGHT_SQL: "OFF"
ARROW_FUZZING: "ON" # Check fuzz regressions
ARROW_JEMALLOC: "OFF"
ARROW_MIMALLOC: "OFF"
ARROW_ORC: "OFF"
ARROW_S3: "OFF"
ARROW_USE_ASAN: "ON"
Expand Down Expand Up @@ -677,6 +678,7 @@ services:
ARROW_FLIGHT: "OFF"
ARROW_FLIGHT_SQL: "OFF"
ARROW_JEMALLOC: "OFF"
ARROW_MIMALLOC: "OFF"
ARROW_ORC: "OFF"
ARROW_USE_TSAN: "ON"
command: *cpp-command
Expand Down

0 comments on commit 6cb1da6

Please sign in to comment.