AlekSi / golang-tip

Daily builds of active Go development branches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install std with -race for .tar.gz too

AlekSi opened this issue · comments

From Dockerfile:

# to save time to users
RUN go install -v -race std && \
    go install -v std && 

We should do the same in make targz-build.