Use softfloat on mips builds

This commit is contained in:
Frank Denis 2018-01-20 19:20:50 +01:00
parent 4f0c36ac27
commit f33b8a964a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ script:
- tar czpvf dnscrypt-proxy-linux_arm64-${TRAVIS_TAG:-dev}.tar.gz linux-arm64 - tar czpvf dnscrypt-proxy-linux_arm64-${TRAVIS_TAG:-dev}.tar.gz linux-arm64
- go clean - go clean
- env GOOS=linux GOARCH=mips go build -ldflags="-s -w" - env GOOS=linux GOARCH=mips GOMIPS=softfloat go build -ldflags="-s -w"
- mkdir linux-mips - mkdir linux-mips
- ln dnscrypt-proxy linux-mips/ - ln dnscrypt-proxy linux-mips/
- ln ../LICENSE dnscrypt-proxy.toml forwarding-rules.txt blacklist.txt linux-mips/ - ln ../LICENSE dnscrypt-proxy.toml forwarding-rules.txt blacklist.txt linux-mips/