Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit 76765b3

Browse files
committed
UPX is just too broken :(
1 parent b92cb6d commit 76765b3

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ aliases:
44
command: |
55
go get -u github.com/golang/dep/cmd/dep
66
dep ensure
7-
- &get_upx
8-
name: get_upx
9-
command: |
10-
mkdir -p $GOPATH/bin \
11-
&& wget -q https://github.com/barnybug/cli53/releases/download/0.6.0/upx -O $GOPATH/bin/upx \
12-
&& chmod +x $GOPATH/bin/upx
137
defaults: &defaults
148
working_directory: /go/src/github.com/devopsmakers/xterrafile
159
docker:
@@ -32,7 +26,6 @@ jobs:
3226
steps:
3327
- checkout
3428
- run: *dep_ensure
35-
- run: *get_upx
3629
- run: curl -sL https://git.io/goreleaser | bash
3730
workflows:
3831
version: 2

.goreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ builds:
22
-
33
ldflags:
44
- -s -w -X github.com/devopsmakers/xterrafile/cmd.version={{.Version}} -X github.com/devopsmakers/xterrafile/cmd.commit={{.ShortCommit}} -X github.com/devopsmakers/xterrafile/cmd.date={{.Date}}
5-
hooks:
6-
post: /bin/sh upx.sh
75
archive:
86
# Replacements for GOOS and GOARCH in the archive name.
97
# Keys should be valid GOOSs or GOARCHs.

upx.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)