Skip to content

Commit b2b901d

Browse files
authored
[Offload] Fix depends-on-projects in CMake cache bot (#350)
Add the actual dependencies of the bot.
1 parent 068b2ef commit b2b901d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,6 +1957,7 @@
19571957
'workernames' : ["rocm-docker-ubu-22"],
19581958
'builddir': "bbot-build",
19591959
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1960+
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
19601961
script="amdgpu-offload-cmake.py",
19611962
checkout_llvm_sources=True,
19621963
script_interpreter=None

0 commit comments

Comments
 (0)