[#62] Cache Go dependencies
This commit is contained in:
parent
aeb4f4ab6a
commit
14ac685c52
|
@ -8,5 +8,9 @@ function verbosely {
|
||||||
}
|
}
|
||||||
|
|
||||||
cd supervisor
|
cd supervisor
|
||||||
mkdir -p out
|
mkdir -p build/go out
|
||||||
|
|
||||||
|
export GOCACHE="$PWD/build/go/cache"
|
||||||
|
export GOMODCACHE="$PWD/build/go/mod"
|
||||||
|
|
||||||
verbosely go build -o out/riju-supervisor ./src
|
verbosely go build -o out/riju-supervisor ./src
|
||||||
|
|
Loading…
Reference in New Issue