gpt4 book ai didi

docker - 编译 azure iot edge 的 edgelet 模块时出现 cargo 错误

转载 作者:行者123 更新时间:2023-11-29 08:20:04 24 4
gpt4 key购买 nike

我正尝试在 docker 中cargo build Azure IoT 边缘安全守护程序代码 (edgelet)。这在我的 Ubuntu 机器上很顺利。但是,当我尝试在 Docker 中编译时出现问题。

问题是:

 Compiling k8s-openapi v0.4.0
error: inclusive range syntax is experimental (see issue #28237)
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/k8s-openapi-0.4.0/build.rs:10:19
|
10 | for v2 in MIN..=MAX {
| ^^^^^^^^^

error: inclusive range syntax is experimental (see issue #28237)
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/k8s-openapi-0.4.0/build.rs:32:14
|
32 | for v in MIN..=MAX {
| ^^^^^^^^^

error: inclusive range syntax is experimental (see issue #28237)
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/k8s-
openapi-0.4.0/build.rs:117:14
|
117 | for v in MIN..=MAX {
| ^^^^^^^^^

error: aborting due to 3 previous errors

error: Could not compile `k8s-openapi`.

这是我的 Docker 文件的一部分:

RUN apt-get update  && \
apt-get install -y --no-install-recommends --allow-unauthenticated\
curl\
cargo
WORKDIR /usr/app
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
COPY edgelet .
RUN cargo build

最佳答案

请检查您的 docker 镜像中使用的 rustc 版本和您 Ubuntu 机器上的编译器版本。

该行为的唯一可能原因是您的 docker 镜像中有旧版本的 rustc。

关于docker - 编译 azure iot edge 的 edgelet 模块时出现 cargo 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57253853/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com