mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
ci: gox, vendor and you
seems like gox is messing with GOPATH even when -mod=vendor option is passed setting GOFLAGS env variable looks to give better results
This commit is contained in:
parent
ef1b2b57b0
commit
817fb5349b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ build-shared: &build-shared
|
|||
name: Compile project on every platform
|
||||
command: |
|
||||
go get github.com/mitchellh/gox
|
||||
gox -mod=vendor -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
|
||||
GOFLAGS=-mod=vendor gox -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
|
||||
- save_cache:
|
||||
key: pkg-cache-{{ checksum "go.sum" }}-v5
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue