[libc-commits] [PATCH] D76330: [libc] Add AOR testing dependencies for buildbot workers.
Paula Toth via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Mar 17 17:51:41 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa9e05d5711a8: [libc] Add AOR testing dependencies for buildbot workers. (authored by PaulkaToast).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76330/new/
https://reviews.llvm.org/D76330
Files:
libc/utils/buildbot/Dockerfile
Index: libc/utils/buildbot/Dockerfile
===================================================================
--- libc/utils/buildbot/Dockerfile
+++ libc/utils/buildbot/Dockerfile
@@ -8,6 +8,9 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76330.250952.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200318/c5369e64/attachment-0001.bin>
More information about the libc-commits
mailing list