From 2f758bedb38a5d0fc539452628fd9c772c909c80 Mon Sep 17 00:00:00 2001 From: wb-zh951434 Date: Thu, 29 Jun 2023 13:23:19 +0800 Subject: [PATCH] remove loongarch64 temporarily Signed-off-by: wb-zh951434 --- rust-toolset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolset.yaml b/rust-toolset.yaml index 6b7d66b..bbe4a12 100644 --- a/rust-toolset.yaml +++ b/rust-toolset.yaml @@ -42,8 +42,8 @@ data: rust: rationale: Rust compiler and tools ref: a8-rust-toolset-stream-an8 - arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, i686, ppc64le, s390x, x86_64] rust-toolset: rationale: Meta package for rust-toolset. ref: a8-rust-toolset-stream-an8 - arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, i686, ppc64le, s390x, x86_64] -- Gitee