diff options
author | Ken Payson <kpayson@google.com> | 2017-06-15 17:32:49 -0700 |
---|---|---|
committer | Ken Payson <kpayson@google.com> | 2017-06-15 17:35:58 -0700 |
commit | f8d6fb7a94f3ff57f01322f87c34a48667f124ae (patch) | |
tree | de7619b5d74786505a111896087ac067c3085583 /third_party | |
parent | b6a42bdf1c14f9f84af45a9463f2ac4243f71b9c (diff) |
Update boringssl
Diffstat (limited to 'third_party')
m--------- | third_party/boringssl | 0 | ||||
-rw-r--r-- | third_party/rake-compiler-dock/Dockerfile | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/third_party/boringssl b/third_party/boringssl -Subproject 78684e5b222645828ca302e56b40b9daff2b2d2 +Subproject be2ee342d3781ddb954f91f8a7e660c6f59e87e diff --git a/third_party/rake-compiler-dock/Dockerfile b/third_party/rake-compiler-dock/Dockerfile index 475c6a8d3d..e7165b7e69 100644 --- a/third_party/rake-compiler-dock/Dockerfile +++ b/third_party/rake-compiler-dock/Dockerfile @@ -213,4 +213,6 @@ RUN echo '!<arch>' > /usr/local/rake-compiler/ruby/i686-linux-gnu/ruby-2.4.0/lib ENV RUBY_CC_VERSION 2.4.0:2.3.0:2.2.2:2.1.5:2.0.0 +RUN apt-get install -y g++-multilib + CMD bash |