aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
m---------third_party/boringssl0
-rw-r--r--third_party/cares/cares.BUILD1
-rw-r--r--third_party/rake-compiler-dock/Dockerfile2
3 files changed, 3 insertions, 0 deletions
diff --git a/third_party/boringssl b/third_party/boringssl
-Subproject 78684e5b222645828ca302e56b40b9daff2b2d2
+Subproject be2ee342d3781ddb954f91f8a7e660c6f59e87e
diff --git a/third_party/cares/cares.BUILD b/third_party/cares/cares.BUILD
index 3583720ef3..978e9b1ed9 100644
--- a/third_party/cares/cares.BUILD
+++ b/third_party/cares/cares.BUILD
@@ -78,6 +78,7 @@ cc_library(
"cares/ares_version.h",
"cares/bitncmp.h",
"cares/config-win32.h",
+ "cares/nameser.h",
"cares/setup_once.h",
] + select({
":darwin": ["config_darwin/ares_config.h"],
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