[libc-commits] [libc] a9e05d5 - [libc] Add AOR testing dependencies for buildbot workers.
Paula Toth via libc-commits
libc-commits at lists.llvm.org
Tue Mar 17 17:44:13 PDT 2020
Author: Paula Toth
Date: 2020-03-17T17:43:55-07:00
New Revision: a9e05d5711a8960025084c5cd51834f2684e3dd2
URL: https://github.com/llvm/llvm-project/commit/a9e05d5711a8960025084c5cd51834f2684e3dd2
DIFF: https://github.com/llvm/llvm-project/commit/a9e05d5711a8960025084c5cd51834f2684e3dd2.diff
LOG: [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
Added:
Modified:
libc/utils/buildbot/Dockerfile
Removed:
################################################################################
diff --git a/libc/utils/buildbot/Dockerfile b/libc/utils/buildbot/Dockerfile
index 21369961e865..b63c11793921 100644
--- a/libc/utils/buildbot/Dockerfile
+++ b/libc/utils/buildbot/Dockerfile
@@ -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
More information about the libc-commits
mailing list