From 1e3fa0b823adbb98eb376758deb6a87e8a93541d Mon Sep 17 00:00:00 2001 From: liyunfei Date: Fri, 11 Jul 2025 11:40:19 +0800 Subject: [PATCH] update url for llvm-build-deps --- README-zh.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index ca63cba0b42b..546ca0ea6a1c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -30,7 +30,7 @@ python3-setuptools python-wheel texinfo binutils-devel libatomic ### 2.2、容器化构建 -为了解决由于开发环境差异导致的构建失败和构建产物二进制差异问题,openEuler LLVM项目提供了容器化构建方法。得益于[openEuler容器镜像项目](https://gitee.com/openeuler/openeuler-docker-images),提前制作了[llvm-build-deps容器镜像](https://gitee.com/openeuler/openeuler-docker-images/tree/master/llvm-build-deps)。开发者可以通过`build.sh`脚本的`-C`选项启用容器化构建,例如: +为了解决由于开发环境差异导致的构建失败和构建产物二进制差异问题,openEuler LLVM项目提供了容器化构建方法。得益于[openEuler容器镜像项目](https://gitee.com/openeuler/openeuler-docker-images),提前制作了[llvm-build-deps容器镜像](https://gitee.com/openeuler/openeuler-docker-images/tree/master/AI/llvm-build-deps)。开发者可以通过`build.sh`脚本的`-C`选项启用容器化构建,例如: ``` ./build.sh -C -r -b release -X X86 -j 8 // 添加了-C选项 ``` diff --git a/README.md b/README.md index fe9239308b44..a16147bb079f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can run the `./build.sh -h` command to view the build options supported by t ### 2.2 Build with container -The openEuler LLVM project provides a containerized building mode to solve the problems of build failures and binary differences of build products caused by development environment differences. Thanks to the [openEuler container image project](https://gitee.com/openeuler/openeuler-docker-images), the [llvm-build-deps container image](https://gitee.com/openeuler/openeuler-docker-images/tree/master/llvm-build-deps) is created in advance. Developers can enable containerized builds using the `-C` option of the `build.sh` script. For example: +The openEuler LLVM project provides a containerized building mode to solve the problems of build failures and binary differences of build products caused by development environment differences. Thanks to the [openEuler container image project](https://gitee.com/openeuler/openeuler-docker-images), the [llvm-build-deps container image](https://gitee.com/openeuler/openeuler-docker-images/tree/master/AI/llvm-build-deps) is created in advance. Developers can enable containerized builds using the `-C` option of the `build.sh` script. For example: ` ` ` ./build.sh -C -r -b release -X X86 -j 8 // added -C option -- Gitee