diff options
author | Felix Lange <fjl@users.noreply.github.com> | 2018-02-14 01:32:20 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-02-14 01:32:20 +0800 |
commit | 88f2839da4993ab51c32fef8383136f3addaeb24 (patch) | |
tree | fcee7fcb3ea8f7ede2d7ec884a762911078bbc0e /.travis.yml | |
parent | b007412db165e22640eb4cef6cb41013f54ddd32 (diff) | |
download | dexon-88f2839da4993ab51c32fef8383136f3addaeb24.tar.gz dexon-88f2839da4993ab51c32fef8383136f3addaeb24.tar.zst dexon-88f2839da4993ab51c32fef8383136f3addaeb24.zip |
travis.yml: work around Go 1.9.4 issue (#16082)
* travis.yml: work around Go 1.9.4 issue
* travis: workaround the workaround
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ba62b87bf..3941fa785 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 |