From 30f99c3929f52fd9f57ab349baf652c53e6618ff Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Tue, 4 Mar 2025 13:01:39 +0100 Subject: [PATCH] amdgpu-offload-* --- buildbot/osuosl/master/config/builders.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index eacc0cd38..8674043a8 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -1961,7 +1961,7 @@ 'builddir': "amdgpu-offload-ubuntu-22-cmake-build-only", 'collapseRequests' : False, 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory( - depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"], + depends_on_projects=["llvm", "clang", "flang", "flang-rt", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"], script="amdgpu-offload-cmake.py", checkout_llvm_sources=True, script_interpreter=None @@ -1973,7 +1973,7 @@ 'builddir': "amdgpu-offload-rhel-9-cmake-build-only", 'collapseRequests' : False, 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory( - depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"], + depends_on_projects=["llvm", "clang", "flang", "flang-rt", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"], script="amdgpu-offload-cmake.py", checkout_llvm_sources=True, script_interpreter=None @@ -1985,7 +1985,7 @@ 'builddir': "amdgpu-offload-rhel-8-cmake-build-only", 'collapseRequests' : False, 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory( - depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"], + depends_on_projects=["llvm", "clang", "flang", "flang-rt", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"], script="amdgpu-offload-cmake.py", checkout_llvm_sources=True, script_interpreter=None