This is an archive of the discontinued LLVM Phabricator instance.

Added x86_64-fedora-clang builder and fedora-llvm-x86_64 slave
ClosedPublic

Authored by kwk on Sep 21 2020, 2:04 AM.

Details

Summary

I'm evaluating how to run a buildbot slave/worker in a Red Hat internal OpenShift cluster.

Event Timeline

kwk created this revision.Sep 21 2020, 2:04 AM
kwk requested review of this revision.Sep 21 2020, 2:04 AM
kuhnel accepted this revision.Sep 21 2020, 2:33 AM

looks good to me

This revision is now accepted and ready to land.Sep 21 2020, 2:33 AM

Hello Konrad,
Thanks for the patch.

Could you make a small change before committing, please?

buildbot/osuosl/master/config/builders.py
1123

You do not need this. The right list will be configured based on the depends_on_projects value.

1127

Do you think specifying -DCMAKE_C_COMPILER and -DCMAKE_CXX_COMPILER wouldn't work here?

kwk updated this revision to Diff 293667.Sep 23 2020, 1:32 AM

Incorporated Galina's feedback

Done. Thank you!