Skip to content

Commit 88f2839

Browse files
fjlkaralabe
authored andcommitted
travis.yml: work around Go 1.9.4 issue (#16082)
* travis.yml: work around Go 1.9.4 issue * travis: workaround the workaround
1 parent b007412 commit 88f2839

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ matrix:
185185
- xctool -version
186186
- xcrun simctl list
187187

188+
# Workaround for https://github.com/golang/go/issues/23749
189+
- export CGO_CFLAGS_ALLOW='-fmodules|-fblocks|-fobjc-arc'
188190
- go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
189191

190192
# This builder does the Azure archive purges to avoid accumulating junk

0 commit comments

Comments
 (0)