Skip to content

Commit

Permalink
Try --test-threads=1
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Oct 27, 2024
1 parent 8b92de4 commit cb438e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def sanitize_kv(some_string):

if target_cc in ['clang', 'gcc', 'xcode']:
flags += ['--enable-sanitizers=address,undefined,iterator']
test_cmd += ['--test-threads=1'] # REMOVE THIS just for testing
else:
flags += ['--enable-sanitizers=address,iterator']

Expand Down

0 comments on commit cb438e1

Please sign in to comment.