Put in earplugs
This commit is contained in:
parent
dda06b8fcc
commit
ccb4c4c1c5
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@
|
|||
(add-before 'build 'fix-gocache-directory
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp")
|
||||
(setenv "GOCACHE" "/tmp/.gocache")))
|
||||
(setenv "GOCACHE" "/tmp/.gocache")
|
||||
(setenv "GOPROXY" "direct")))
|
||||
|
||||
(delete 'configure) ;no configure script
|
||||
(replace 'build
|
||||
|
|
Loading…
Reference in a new issue