Skip to content

Commit c42ce66

Browse files
authored
LLVM_ENABLE_RUNTIMES=flang-rt for ppc64le-flang-rhel-clang (#401)
Add `depends_on_projects=['flang-rt']`, and `checks=['check-flang-rt']` to the ppc64le-flang-rhel-clang builder. The prepares the removal of the "projects" build of the flang runtime in llvm/llvm-project#124126. Affected builders (production): * [ppc64le-flang-rhel-clang](https://lab.llvm.org/buildbot/#/builders/157) Affected workers (production): * [ppc64le-flang-rhel-test](https://lab.llvm.org/buildbot/#/workers/152)
1 parent c2ab1fd commit c42ce66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,8 +2503,8 @@
25032503
'builddir': 'ppc64le-flang-rhel-clang-build',
25042504
'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
25052505
clean=True,
2506-
depends_on_projects=['llvm', 'mlir', 'clang', 'flang','openmp'],
2507-
checks=['check-flang'],
2506+
depends_on_projects=['llvm', 'mlir', 'clang', 'flang','flang-rt','openmp'],
2507+
checks=['check-flang','check-flang-rt'],
25082508
extra_configure_args=[
25092509
'-DLLVM_TARGETS_TO_BUILD=PowerPC',
25102510
'-DLLVM_INSTALL_UTILS=ON',

0 commit comments

Comments
 (0)