Skip to content

Fails to build due to changes upstream #591

@braddeicide

Description

@braddeicide

This change:
ugorji/go@54210f4

Causes go-etcd to fail to compile, I've created a PR coreos/go-etcd#250. To work around for now you can add the following to patch go-etcd before compiling registrator.

go get -u github.com/ugorji/go/codec/codecgen
go get -u github.com/coreos/go-etcd/etcd
cd /go/src/github.com/coreos/go-etcd/etcd
/go/bin/codecgen -d 1978 -o response.generated.go response.go

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions