Use softfloat on mips builds
This commit is contained in:
parent
4f0c36ac27
commit
f33b8a964a
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue