Skip to content

Commit

Permalink
[Offload] Fix depends-on-projects in CMake cache bot (#350)
Browse files Browse the repository at this point in the history
Add the actual dependencies of the bot.
  • Loading branch information
jplehr authored Jan 3, 2025
1 parent 068b2ef commit b2b901d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,7 @@
'workernames' : ["rocm-docker-ubu-22"],
'builddir': "bbot-build",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
script="amdgpu-offload-cmake.py",
checkout_llvm_sources=True,
script_interpreter=None
Expand Down

0 comments on commit b2b901d

Please sign in to comment.