aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <y-zeng@users.noreply.github.com>2017-04-19 17:50:12 -0700
committerGravatar GitHub <noreply@github.com>2017-04-19 17:50:12 -0700
commitdfa070f373dbf82faa4cec74dd4acb18ac7be89c (patch)
tree25984cab27ae54e743c34b0c6b26547f07c18e6e /build.yaml
parent5f4758e47850068bf4cda88aa9e5580a9ca7ed85 (diff)
parent2aa194329b7d89f6db7b9c722aced44d495d1e87 (diff)
Merge pull request #10719 from y-zeng/fix_ruby_13
Fix c-ares ruby artifact build on v1.3.x
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.yaml b/build.yaml
index 781118f307..fbef42502d 100644
--- a/build.yaml
+++ b/build.yaml
@@ -4407,10 +4407,11 @@ configs:
UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
defaults:
ares:
- CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
+ CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
$(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
- -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
+ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
+ MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
benchmark:
CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
boringssl: