0

我是 Istio 的新手,我正在尝试在 mac 中本地构建 Istio 源,但不知何故,当我运行“make build”时,出现以下错误。

...
Downloading envoy: https://storage.googleapis.com/istio-build/proxy/envoy-alpha-74393cf764c167b545f32eb895314e624186e5b6.tar.gz to

real    0m5.288s
user    0m0.707s
sys     0m0.685s
cp: cannot create regular file '': No such file or directory
Unexpected failure
make[1]: *** [Makefile.core.mk:230: /work/out/darwin_amd64/istio_is_init] Error 1
...

这些是我设置的以下环境变量。

export HUB="docker.io/shriramsharma"
export TAG="shriramsharma"
export GOOS=darwin
export USE_LOCAL_PROXY=1
export BUILD_WITH_CONTAINER=1

有什么我想念的吗?任何帮助,将不胜感激

版本:我make build在源代码的主分支上运行。我没有签出任何发布版本标签。文档:我按照此处文档中的步骤进行操作。https://github.com/istio/istio/wiki/Preparing-for-Development-Mac

4

0 回答 0