From 0522d2b402733685a8187882104c064888d3dd2f Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Wed, 28 Jul 2021 17:28:28 +0200 Subject: [PATCH] Revert "Disable openmp tests" This reverts commit 6d1a03c400e984151e6b3d71952fb61ba930d236. Offending https://reviews.llvm.org/D105719 was reverted upstream. --- 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 724129b..ee7bf2a 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;polly;flang'), + os.getenv('ph_projects', 'llvm;clang;clang-tools-extra;libc;libcxx;libcxxabi;lld;libunwind;mlir;openmp;polly;flang'), False)) # FIXME: openmp is removed as it constantly fails.