Summary: These dependencies are needed for testing on the buildbots until we migrate AORs into libc.
Reviewers: sivachandra
Reviewed By: sivachandra
Subscribers: MaskRay, tschuett, libc-commits
Tags: #libc-project
Differential Revision: https://reviews.llvm.org/D76330
ninja-build
RUN python -m pip install buildbot-slave==0.8.12
+# Temporary dependecies for AOR tests.
+RUN apt-get install -y libmpfr-dev libmpc-dev
+
# Change linker to gold.
RUN update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20