From 6d1a03c400e984151e6b3d71952fb61ba930d236 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 24 Jul 2021 16:34:24 +0200 Subject: [PATCH] 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. --- scripts/pipeline_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pipeline_main.py b/scripts/pipeline_main.py index ee7bf2a..724129b 100755 --- a/scripts/pipeline_main.py +++ b/scripts/pipeline_main.py @@ -29,7 +29,7 @@ if __name__ == '__main__': notify_emails = list(filter(None, os.getenv('ph_notify_emails', '').split(','))) steps = [] 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)) # FIXME: openmp is removed as it constantly fails.