|
3041 | 3041 | # flang FortranRuntime CUDA Offload builders.
|
3042 | 3042 | {'name' : "flang-runtime-cuda-gcc",
|
3043 | 3043 | 'tags' : ["flang", "runtime"],
|
3044 |
| - 'collapseRequests': True, |
3045 | 3044 | 'workernames' : ["as-builder-7"],
|
3046 | 3045 | 'builddir': "flang-runtime-cuda-gcc",
|
3047 | 3046 | 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
|
|
3076 | 3075 |
|
3077 | 3076 | {'name' : "flang-runtime-cuda-clang",
|
3078 | 3077 | 'tags' : ["flang", "runtime"],
|
3079 |
| - 'collapseRequests': True, |
3080 | 3078 | 'workernames' : ["as-builder-7"],
|
3081 | 3079 | 'builddir': "flang-runtime-cuda-clang",
|
3082 | 3080 | 'factory' : StagedBuilder.getCmakeBuildFactory(
|
|
3278 | 3276 | # The remote host is ARM Cortex A76/A78 board with Ubuntu Linux.
|
3279 | 3277 | {'name': "lldb-remote-linux-ubuntu",
|
3280 | 3278 | 'tags' : ["llvm", "clang", "lldb", "cross", "aarch64"],
|
3281 |
| - 'collapseRequests': True, |
3282 | 3279 | 'workernames': ["as-builder-9"],
|
3283 | 3280 | 'builddir': "lldb-remote-linux-ubuntu",
|
3284 | 3281 | 'factory': UnifiedTreeBuilder.getCmakeExBuildFactory(
|
|
0 commit comments