1
0
Fork 0

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:
Nikita Popov 2021-07-24 16:34:24 +02:00 committed by Mikhail Goncharov
parent c1b5c95071
commit 6d1a03c400

View file

@ -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.