Skip to content

Commit

Permalink
remove llvm, clang, and clang-tools-extra from depends_on_projects
Browse files Browse the repository at this point in the history
llvm was maybe needed for old hdrgen.

clang is not needed except for bootstrap build
  • Loading branch information
nickdesaulniers committed Dec 4, 2024
1 parent 983da19 commit 8aae619
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2181,7 +2181,7 @@
'builddir': 'libc-x86_64-windows',
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-windows.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
depends_on_projects=['libc'],
extra_args=['--debug'])},

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

{'name' : 'libc-aarch64-ubuntu-dbg',
Expand All @@ -2199,7 +2199,7 @@
'builddir': 'libc-aarch64-ubuntu',
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
depends_on_projects=['libc'],
extra_args=['--debug'])},

{'name' : "libc-aarch64-ubuntu-fullbuild-dbg",
Expand All @@ -2208,7 +2208,7 @@
'builddir': "libc-aarch64-ubuntu-fullbuild-dbg",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
depends_on_projects=['libc'],
extra_args=['--debug'])},

{'name' : 'libc-x86_64-debian',
Expand All @@ -2217,15 +2217,15 @@
'builddir': 'libc-x86_64-debian',
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'])},
depends_on_projects=['libc'])},

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

{'name' : "libc-x86_64-debian-dbg-asan",
Expand All @@ -2234,7 +2234,7 @@
'builddir': "libc-x86_64-debian-dbg-asan",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
depends_on_projects=['libc'],
extra_args=['--debug', '--asan'])},

{'name' : "libc-x86_64-debian-dbg-bootstrap-build",
Expand All @@ -2243,7 +2243,7 @@
'builddir': "libc-x86_64-debian-dbg-bootstrap-build",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
depends_on_projects=['libc', 'clang'],
extra_args=['--debug'])},

{'name' : "libc-x86_64-debian-fullbuild-dbg",
Expand All @@ -2252,7 +2252,7 @@
'builddir': "libc-x86_64-debian-fullbuild-dbg",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
depends_on_projects=['libc'],
extra_args=['--debug'])},

{'name' : "libc-x86_64-debian-gcc-fullbuild-dbg",
Expand All @@ -2261,7 +2261,7 @@
'builddir': "libc-x86_64-debian-gcc-fullbuild-dbg",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
depends_on_projects=['libc'],
extra_args=['--debug'])},

{'name' : "libc-x86_64-debian-fullbuild-dbg-asan",
Expand All @@ -2270,7 +2270,7 @@
'builddir': "libc-x86_64-debian-fullbuild-dbg-asan",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
depends_on_projects=['libc'],
extra_args=['--debug', '--asan'])},

{'name' : "libc-x86_64-debian-dbg-lint",
Expand All @@ -2279,7 +2279,7 @@
'builddir': "libc-x86_64-debian-dbg-lint",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc'],
depends_on_projects=['libc'],
extra_args=['--debug'])},

{'name' : 'libc-riscv64-debian-dbg',
Expand All @@ -2288,7 +2288,7 @@
'builddir': 'libc-riscv64-debian-dbg',
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc'],
depends_on_projects=['libc'],
extra_args=['--debug'])},

{'name' : "libc-riscv64-debian-fullbuild-dbg",
Expand All @@ -2297,7 +2297,7 @@
'builddir': "libc-riscv64-debian-fullbuild-dbg",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc'],
depends_on_projects=['libc'],
extra_args=['--debug'])},

{'name' : "libc-riscv32-qemu-yocto-fullbuild-dbg",
Expand All @@ -2306,7 +2306,7 @@
'builddir': "libc-riscv32-qemu-yocto-fullbuild-dbg",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="libc-linux.py",
depends_on_projects=['llvm', 'libc'],
depends_on_projects=['libc'],
extra_args=['--debug'])},

# Flang builders.
Expand Down

0 comments on commit 8aae619

Please sign in to comment.