From 3871a869452234513ba42c0c2034625415519a0e Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Wed, 14 Feb 2018 15:31:16 +0100 Subject: [PATCH] travis.yml: work around Go 1.9.4 issue --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ba62b87bf5..3941fa785b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -185,6 +185,8 @@ matrix: - xctool -version - xcrun simctl list + # Workaround for https://github.com/golang/go/issues/23749 + - export CGO_CFLAGS_ALLOW='-fmodules|-fblocks|-fobjc-arc' - go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds # This builder does the Azure archive purges to avoid accumulating junk