Skip to content

Commit 9496234

Browse files
[libc] Rename riscv32 buildbot to enable fullbuild (#243)
The libc buildbots use the builder's name to enable/disable libc features, so we add 'fullbuild' to the bot's name to enable libc's fullbuild.
1 parent d55a314 commit 9496234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,10 +2239,10 @@
22392239
depends_on_projects=['llvm', 'libc'],
22402240
extra_args=['--debug'])},
22412241

2242-
{'name' : "libc-riscv32-qemu-debian-dbg",
2242+
{'name' : "libc-riscv32-qemu-yocto-fullbuild-dbg",
22432243
'tags' : ["libc"],
22442244
'workernames' : ["rv32gc-qemu-system"], # TODO: workername?
2245-
'builddir': "libc-riscv32-qemu-debian-dbg",
2245+
'builddir': "libc-riscv32-qemu-yocto-fullbuild-dbg",
22462246
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
22472247
script="libc-linux.py",
22482248
depends_on_projects=['llvm', 'libc'],

0 commit comments

Comments
 (0)