Skip to content

Commit

Permalink
Merge pull request #19187 from karalabe/fix-ppa-go1.11-cache-2
Browse files Browse the repository at this point in the history
build/deb: fix PPA env var setting
  • Loading branch information
karalabe authored Mar 1, 2019
2 parents 5c03baa + 696a65b commit 0594deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/deb/ethereum-swarm/deb.rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#export DH_VERBOSE=1

# Launchpad rejects Go's access to $HOME/.cache, use custom folder
export GOCACHE /tmp/go-build
export GOCACHE=/tmp/go-build

override_dh_auto_build:
build/env.sh /usr/lib/go-1.11/bin/go run build/ci.go install -git-commit={{.Env.Commit}} -git-branch={{.Env.Branch}} -git-tag={{.Env.Tag}} -buildnum={{.Env.Buildnum}} -pull-request={{.Env.IsPullRequest}}
Expand Down
2 changes: 1 addition & 1 deletion build/deb/ethereum/deb.rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#export DH_VERBOSE=1

# Launchpad rejects Go's access to $HOME/.cache, use custom folder
export GOCACHE /tmp/go-build
export GOCACHE=/tmp/go-build

override_dh_auto_build:
build/env.sh /usr/lib/go-1.11/bin/go run build/ci.go install -git-commit={{.Env.Commit}} -git-branch={{.Env.Branch}} -git-tag={{.Env.Tag}} -buildnum={{.Env.Buildnum}} -pull-request={{.Env.IsPullRequest}}
Expand Down

0 comments on commit 0594deb

Please sign in to comment.