建立无人机OSS失败

问题描述

是否有构建OSS版本的无人机的方法

我正在尝试按照here中的步骤进行构建。但是当我执行此步骤时:

go install -tags "oss nolimit" github.com/drone/drone/cmd/drone-server

我收到以下错误

# github.com/drone/drone/plugin/config
../../plugin/config/memoize_oss.go:28:12: cannot use new(noop) (type *noop) as type core.ConvertService in return argument:
    *noop does not implement core.ConvertService (missing Convert method)

我的go版本是:go1.14.4 linux / amd64

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)