mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Merge pull request #546 from graphaelli/checksum-error-message
provide details on glide checksum mistmach
This commit is contained in:
commit
a8a15a6f79
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ COPY . /go/src/github.com/pilosa/pilosa
|
|||
RUN wget ${GLIDE} -O /go/glide.tar.gz -q \
|
||||
&& tar xf /go/glide.tar.gz \
|
||||
&& mv /go/linux-amd64/glide /go/bin \
|
||||
&& [ "$(sha256sum /go/bin/glide | cut -d' ' -f1)" = "$GLIDE_HASH" ] \
|
||||
&& echo "${GLIDE_HASH} /go/bin/glide" | shasum -a 256 -c - \
|
||||
&& cd /go/src/github.com/pilosa/pilosa \
|
||||
&& make vendor \
|
||||
&& CGO_ENABLED=0 go install -a -ldflags "$ldflags" github.com/pilosa/pilosa/cmd/pilosa
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue