From 2db1b607622f94f6414e9634f8bfce03f0b4c2d8 Mon Sep 17 00:00:00 2001 From: eastb233 Date: Fri, 10 May 2024 17:29:00 +0800 Subject: [PATCH] Release my repo v0.1.1 --- .oebuild/llvm-toolchain/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.oebuild/llvm-toolchain/release.yaml b/.oebuild/llvm-toolchain/release.yaml index deade19e870..454a9d66e10 100644 --- a/.oebuild/llvm-toolchain/release.yaml +++ b/.oebuild/llvm-toolchain/release.yaml @@ -1,9 +1,9 @@ -tag_name: llvm-toolchain-v0.1.0 -name: openEuler Embedded LLVM Toolchains V0.1.0 -body: 1.此发行版为对应LLVM Toolchains V0.1.0版本。 +tag_name: llvm-toolchain-v0.1.1 +name: openEuler Embedded LLVM Toolchains V0.1.1 +body: 1.此发行版为对应LLVM Toolchains V0.1.1版本。 2.请下载所有的gz结尾的压缩包及merge_data.sh文件,对应名称的压缩包即为对应构建工具链。 3.请给merge_data.sh文件可执行权限,并执行即可得到对应的工具链文件夹。 - 4.更新内容:发布首个LLVM工具链版本。 + 4.更新内容:新建llvm-readelf和aarch64-openeuler-linux-gnu-ld的软链接;更新容器为openeuler-sdk。 target_commitish: master -owner: openeuler +owner: eastb233 repo: yocto-meta-openeuler -- Gitee