mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[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:
parent
f2f8bdc2b1
commit
a9e05d5711
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user