From 61d6cfa992c41d7a3580672b495cce7a808b8af4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 24 Mar 2020 14:43:35 +0100 Subject: [PATCH] Use GOMIPS64=softfloat --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f1c2a23..26476b2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -160,14 +160,14 @@ script: - tar czpvf dnscrypt-proxy-linux_mipsle-${TRAVIS_TAG:-dev}.tar.gz linux-mipsle - go clean - - env CGO_ENABLED=0 GOOS=linux GOARCH=mips64 go build -mod vendor -ldflags="-s -w" + - env CGO_ENABLED=0 GOOS=linux GOARCH=mips64 GOMIPS64=softfloat go build -mod vendor -ldflags="-s -w" - mkdir linux-mips64 - ln dnscrypt-proxy linux-mips64/ - ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt linux-mips64/ - tar czpvf dnscrypt-proxy-linux_mips64-${TRAVIS_TAG:-dev}.tar.gz linux-mips64 - go clean - - env CGO_ENABLED=0 GOOS=linux GOARCH=mips64le go build -mod vendor -ldflags="-s -w" + - env CGO_ENABLED=0 GOOS=linux GOARCH=mips64le GOMIPS64=softfloat go build -mod vendor -ldflags="-s -w" - mkdir linux-mips64le - ln dnscrypt-proxy linux-mips64le/ - ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt linux-mips64le/