Skip to content

Commit f33b8a9

Browse files
committed
Use softfloat on mips builds
1 parent 4f0c36a commit f33b8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ script:
110110
- tar czpvf dnscrypt-proxy-linux_arm64-${TRAVIS_TAG:-dev}.tar.gz linux-arm64
111111

112112
- go clean
113-
- env GOOS=linux GOARCH=mips go build -ldflags="-s -w"
113+
- env GOOS=linux GOARCH=mips GOMIPS=softfloat go build -ldflags="-s -w"
114114
- mkdir linux-mips
115115
- ln dnscrypt-proxy linux-mips/
116116
- ln ../LICENSE dnscrypt-proxy.toml forwarding-rules.txt blacklist.txt linux-mips/

0 commit comments

Comments
 (0)