xsdk-examples: use 'parallel=False' with tests - as they may fail with a large '-j'[when used with +cuda] (#31138)
This commit is contained in:
parent
ce41b7457b
commit
6f1e3a4ad3
1 changed files with 4 additions and 0 deletions
|
@ -92,3 +92,7 @@ def cmake_args(self):
|
|||
args.append('-DZLIB_LIBRARY_DIR=%s' % spec['zlib'].prefix.lib)
|
||||
|
||||
return args
|
||||
|
||||
def check(self):
|
||||
with working_dir(self.build_directory):
|
||||
ctest(parallel=False)
|
||||
|
|
Loading…
Reference in a new issue