File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
buildbot/osuosl/master/config Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1688
1688
'CC' : 'clang' , 'CXX' : 'clang++' ,
1689
1689
})},
1690
1690
1691
+ {'name' : "openmp-s390x-linux" ,
1692
+ 'tags' : ["openmp" ],
1693
+ 'workernames' : ["systemz-1" ],
1694
+ 'builddir' : "openmp-s390x-linux" ,
1695
+ 'factory' : OpenMPBuilder .getOpenMPCMakeBuildFactory (
1696
+ jobs = 4 ,
1697
+ extraCmakeArgs = [
1698
+ '-DLLVM_CCACHE_BUILD=ON' ,
1699
+ "-DLLVM_ENABLE_ASSERTIONS=ON" ,
1700
+ ])},
1701
+
1691
1702
{'name' : "openmp-offload-cuda-project" ,
1692
1703
'tags' : ["openmp" ],
1693
1704
'workernames' : ["minipc-1050ti-linux" ],
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ def getReporters():
91
91
subject = "Build %(builder)s Failure" ,
92
92
mode = "failing" ,
93
93
builders = ["clang-s390x-linux" , "clang-s390x-linux-multistage" ,
94
- "clang-s390x-linux-lnt" , "mlir-s390x-linux" ]),
94
+ "clang-s390x-linux-lnt" , "mlir-s390x-linux" ,
95
+ "openmp-s390x-linux" ]),
95
96
reporters .MailNotifier (
96
97
fromaddr = "llvm.buildmaster@lab.llvm.org" ,
97
98
sendToInterestedUsers = False ,
You can’t perform that action at this time.
0 commit comments