Skip to content

Commit 029e402

Browse files
rename libc-x86_64-debian-dbg-bootstrap-build to libc-x86_64-debian-dbg-runtimes-build
I have cloned the libc-x86_64-debian-dbg-runtimes-build dir on the buildbot to libc-x86_64-debian-dbg-bootstrap-build and removed the build dir's contents.
1 parent 15251a4 commit 029e402

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,10 +2237,10 @@
22372237
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
22382238
extra_args=['--debug', '--asan'])},
22392239

2240-
{'name' : "libc-x86_64-debian-dbg-runtimes-build",
2240+
{'name' : "libc-x86_64-debian-dbg-bootstrap-build",
22412241
'tags' : ["libc"],
22422242
'workernames' : ["libc-x86_64-debian"],
2243-
'builddir': "libc-x86_64-debian-dbg-runtimes-build",
2243+
'builddir': "libc-x86_64-debian-dbg-bootstrap-build",
22442244
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
22452245
script="libc-linux.py",
22462246
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],

buildbot/osuosl/master/config/status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def getReporters():
287287
builders = [
288288
"libc-x86_64-debian",
289289
"libc-x86_64_debian-dbg",
290-
"libc-x86_64-debian-dbg-runtimes-build",
290+
"libc-x86_64-debian-dbg-bootstrap-build",
291291
"libc-x86_64-debian-dbg-asan",
292292
"libc-aarch64-ubuntu-dbg",
293293
"libc-x86_64-windows-dbg",

0 commit comments

Comments
 (0)