From 285cd09831ee5419f97611a5a18aa1b9bc99bc05 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 24 Jan 2018 15:41:48 +0100 Subject: [PATCH] Don't compress on mips64 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 488a3453..a0bd04d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,14 +116,14 @@ script: - tar czpvf dnscrypt-proxy-linux_mips-${TRAVIS_TAG:-dev}.tar.gz linux-mips - go clean - - env GOOS=linux GOARCH=mips64 go build -ldflags="-s -w" && ./upx --lzma --best dnscrypt-proxy + - env GOOS=linux GOARCH=mips64 go build -ldflags="-s -w" - mkdir linux-mips64 - ln dnscrypt-proxy linux-mips64/ - ln ../LICENSE dnscrypt-proxy.toml forwarding-rules.txt blacklist.txt linux-mips64/ - tar czpvf dnscrypt-proxy-linux_mips64-${TRAVIS_TAG:-dev}.tar.gz linux-mips64 - go clean - - env GOOS=linux GOARCH=mips64le go build -ldflags="-s -w" && ./upx --lzma --best dnscrypt-proxy + - env GOOS=linux GOARCH=mips64le go build -ldflags="-s -w" - mkdir linux-mips64le - ln dnscrypt-proxy linux-mips64le/ - ln ../LICENSE dnscrypt-proxy.toml forwarding-rules.txt blacklist.txt linux-mips64le/