Skip to content

Commit

Permalink
apacheGH-40558: [C++][CI] Fix TSAN crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Mar 14, 2024
1 parent e0f2bd2 commit 515ef1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/docker-tests/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
run: |
# GH-40558: reduce ASLR to avoid TSAN crashing
sudo sysctl -w vm.mmap_rnd_bits=28
archery docker run \
-e SETUPTOOLS_SCM_PRETEND_VERSION="{{ arrow.no_rc_version }}" \
{{ flags|default("") }} \
Expand Down

0 comments on commit 515ef1f

Please sign in to comment.