Fix valgrind concretization on macOS (#13159)
This commit is contained in:
parent
22e9aafe5f
commit
6beb5da497
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Valgrind(AutotoolsPackage):
|
|||
description='Activates boost support for valgrind')
|
||||
variant('only64bit', default=True,
|
||||
description='Sets --enable-only64bit option for valgrind')
|
||||
variant('ubsan', default=True,
|
||||
variant('ubsan', default=sys.platform != 'darwin',
|
||||
description='Activates ubsan support for valgrind')
|
||||
|
||||
conflicts('+ubsan', when='platform=darwin %clang',
|
||||
|
|
Loading…
Reference in a new issue