[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 15:08:06 PDT 2020


PaulkaToast created this revision.
PaulkaToast added a reviewer: sivachandra.
Herald added subscribers: libc-commits, tschuett, MaskRay.
Herald added a project: libc-project.

These dependencies are needed for testing on the buildbots until we migrate AORs into libc.


Repository:
  rG LLVM Github Monorepo

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.250914.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200317/cce19372/attachment.bin>


More information about the libc-commits mailing list