Disable openmp tests
libarcher tests (part of openmp) have been broken for the past few weeks, and nobody seems to care. As such, disable the openmp project. I hope this is the right place to do so.
This commit is contained in:
parent
c1b5c95071
commit
6d1a03c400
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if __name__ == '__main__':
|
||||||
notify_emails = list(filter(None, os.getenv('ph_notify_emails', '').split(',')))
|
notify_emails = list(filter(None, os.getenv('ph_notify_emails', '').split(',')))
|
||||||
steps = []
|
steps = []
|
||||||
steps.extend(generic_linux(
|
steps.extend(generic_linux(
|
||||||
os.getenv('ph_projects', 'llvm;clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;openmp;polly;flang'),
|
os.getenv('ph_projects', 'llvm;clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;polly;flang'),
|
||||||
False))
|
False))
|
||||||
# FIXME: openmp is removed as it constantly fails.
|
# FIXME: openmp is removed as it constantly fails.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue