[libc] Add AOR testing dependencies for buildbot workers.

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
This commit is contained in:
Paula Toth 2020-03-17 17:42:39 -07:00
parent f2f8bdc2b1
commit a9e05d5711

View File

@ -8,6 +8,9 @@ RUN apt-get install -y build-essential clang subversion git vim \
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