Commit 307c3e30 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased timeout to avoid ESOCKETTIMEDOUT for free-solid-svg-icons

parent 71b2336f
......@@ -17,6 +17,7 @@ build:
mkdir -p ../go/go/src/github.com/prometheus
mkdir -p ../go/gocache
tar xf prometheus-2.19.2.tar.gz -C ../go/go/src/github.com/prometheus
yarn config set network-timeout 600000 -g
mv ../go/go/src/github.com/prometheus/prometheus-2.19.2 ../go/go/src/github.com/prometheus/prometheus
cd ../go/go/src/github.com/prometheus/prometheus && PATH=$$PATH:/build/packages/go/go/bin GOCACHE=$$(pwd)/../../../../../gocache GOPATH=$$(pwd)/../../../.. $(MAKE) build
-cd ../go/go/src/github.com/prometheus/prometheus && PATH=$$PATH:/build/packages/go/go/bin GOCACHE=$$(pwd)/../../../../../gocache GOPATH=$$(pwd)/../../../.. $(MAKE) test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment