Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2321,15 +2321,6 @@
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
extra_args=['--debug'])},

{'name' : 'libc-arm32-debian-dbg',
'tags' : ["libc"],
'workernames' : ['libc-arm32-debian'],
'builddir': 'libc-arm32-debian-dbg',
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
extra_args=['--debug'])},

{'name' : 'libc-arm32-qemu-debian-dbg',
'tags' : ["libc"],
'workernames' : ['libc-arm32-qemu-debian'],
Expand Down
1 change: 0 additions & 1 deletion buildbot/osuosl/master/config/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def getReporters():
builders = [
"libc-aarch64-ubuntu-dbg",
"libc-aarch64-ubuntu-fullbuild-dbg",
"libc-arm32-debian-dbg",
"libc-arm32-qemu-debian-dbg",
"libc-riscv64-debian-dbg",
"libc-riscv64-debian-fullbuild-dbg",
Expand Down