Skip to content

Commit

Permalink
travis.yml: work around Go 1.9.4 issue (ethereum#16082)
Browse files Browse the repository at this point in the history
* travis.yml: work around Go 1.9.4 issue

* travis: workaround the workaround
  • Loading branch information
fjl authored and karalabe committed Feb 13, 2018
1 parent b007412 commit 88f2839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88f2839

Please sign in to comment.