We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55a314 commit 9496234Copy full SHA for 9496234
buildbot/osuosl/master/config/builders.py
@@ -2239,10 +2239,10 @@
2239
depends_on_projects=['llvm', 'libc'],
2240
extra_args=['--debug'])},
2241
2242
- {'name' : "libc-riscv32-qemu-debian-dbg",
+ {'name' : "libc-riscv32-qemu-yocto-fullbuild-dbg",
2243
'tags' : ["libc"],
2244
'workernames' : ["rv32gc-qemu-system"], # TODO: workername?
2245
- 'builddir': "libc-riscv32-qemu-debian-dbg",
+ 'builddir': "libc-riscv32-qemu-yocto-fullbuild-dbg",
2246
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
2247
script="libc-linux.py",
2248
0 commit comments