Skip to content

Commit

Permalink
[AMDGPU] CMake-cache bots depend on MLIR and flang (#368)
Browse files Browse the repository at this point in the history
Additional projects got added in
llvm/llvm-project#124915
  • Loading branch information
jplehr authored Feb 1, 2025
1 parent 267ca50 commit 2186fb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@
'workernames' : ["rocm-docker-ubu-22"],
'builddir': "amdgpu-offload-ubuntu-22-cmake-build-only",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
script="amdgpu-offload-cmake.py",
checkout_llvm_sources=True,
script_interpreter=None
Expand All @@ -1968,7 +1968,7 @@
'workernames' : ["rocm-docker-rhel-9"],
'builddir': "amdgpu-offload-rhel-9-cmake-build-only",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
script="amdgpu-offload-cmake.py",
checkout_llvm_sources=True,
script_interpreter=None
Expand All @@ -1979,7 +1979,7 @@
'workernames' : ["rocm-docker-rhel-8"],
'builddir': "amdgpu-offload-rhel-8-cmake-build-only",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"],
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"],
script="amdgpu-offload-cmake.py",
checkout_llvm_sources=True,
script_interpreter=None
Expand Down

0 comments on commit 2186fb2

Please sign in to comment.