git://git.jankratochvil.net
/
lldb.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[libc] Add AOR testing dependencies for buildbot workers.
[lldb.git]
/
libc
/
utils
/
buildbot
/
Dockerfile
diff --git
a/libc/utils/buildbot/Dockerfile
b/libc/utils/buildbot/Dockerfile
index
2136996
..
b63c117
100644
(file)
--- 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