Skip to content

Commit

Permalink
[Offload] Unique builddir in RHEL8 cmake bot (llvm#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplehr authored Jan 3, 2025
1 parent b2b901d commit f3c8707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@
{'name' : "amdgpu-offload-ubuntu-22-cmake-build-only",
'tags' : ["openmp"],
'workernames' : ["rocm-docker-ubu-22"],
'builddir': "bbot-build",
'builddir': "amdgpu-offload-ubuntu-22-cmake-build-only",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
script="amdgpu-offload-cmake.py",
Expand Down

0 comments on commit f3c8707

Please sign in to comment.