Skip to content

Commit

Permalink
Change builddir of x86_64-fedora-clang job
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Oct 12, 2020
1 parent 0d5971b commit e10fea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/osuosl/master/config/builders.py
Expand Up @@ -1102,7 +1102,7 @@ def _get_mlir_builders():
{'name': 'x86_64-fedora-clang',
'mergeRequests': False,
'slavenames': ['fedora-llvm-x86_64'],
'builddir': 'fedora-llvm-x86_64',
'builddir': 'x86_64-fedora-clang',
'factory': UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
clean=True,
depends_on_projects=['llvm', 'clang', 'clang-tools-extra', 'compiler-rt', 'lld'],
Expand Down

0 comments on commit e10fea3

Please sign in to comment.