Skip to content

Commit

Permalink
Require RelWithDebInfo for pika and DLA-Future
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 26, 2024
1 parent 4b42d7f commit 96704c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/docker/tsan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ spack:
true

specs:
- dla-future@master cxxflags="-fsanitize=thread -fno-omit-frame-pointer" ldflags="-fsanitize=thread" +miniapps +ci-test
- dla-future@master build_type=RelWithDebInfo cxxflags="-fsanitize=thread -fno-omit-frame-pointer" ldflags="-fsanitize=thread" +miniapps +ci-test

packages:
all:
variants:
- 'build_type=RelWithDebInfo'
- 'build_type=Release'
pika:
require:
- '@main'
- 'build_type=RelWithDebInfo'
- 'malloc=system'
- '+sanitizers'
- 'cxxflags="-fsanitize=thread -fno-omit-frame-pointer"'
Expand Down

0 comments on commit 96704c9

Please sign in to comment.