Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@
# We would like to never collapse, but it seems the load is too high on that system to keep up.
'builddir': "openmp-offload-libc-amdgpu-runtime",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
depends_on_projects=['llvm', 'clang', 'compiler-rt', 'lld', 'libc', 'offload', 'openmp', 'libunwind'],
depends_on_projects=['llvm', 'clang', 'compiler-rt', 'lld', 'libc', 'libcxx', 'libcxxabi', 'offload', 'openmp', 'libunwind'],
script='amdgpu-offload-cmake.py',
extra_args=['--cmake-file=AMDGPULibcBot.cmake'],
checkout_llvm_sources=True,
Expand Down