This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add docker container for llvm-libc buildbot worker.
ClosedPublic

Authored by PaulkaToast on Mar 3 2020, 11:59 PM.

Details

Summary

Created a docker container to provide transparency and easy changes to the llvm-libc buildbot intfra.

Diff Detail

Event Timeline

PaulkaToast created this revision.Mar 3 2020, 11:59 PM
sivachandra accepted this revision.Mar 11 2020, 3:27 PM
sivachandra added inline comments.
libc/utils/buildbot/Dockerfile
11

Is there a reason why we cannot use stock ninja?

12

If we do want the most recent release branch, we should probably use the official URL.

This revision is now accepted and ready to land.Mar 11 2020, 3:27 PM
PaulkaToast marked 3 inline comments as done.

Changed to install ninja from apt instead of source.

Harbormaster completed remote builds in B48913: Diff 249805.
This revision was automatically updated to reflect the committed changes.