commit: e6097049353729713df11837ba6f347effb48690
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 2 23:43:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 11:15:13 2025 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=e6097049
ci: fix loong and uncomment
loongarch64, not loongaarch64
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/crossdev.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml
index e4be74f..fb582f8 100644
--- a/.github/workflows/crossdev.yml
+++ b/.github/workflows/crossdev.yml
@@ -33,10 +33,8 @@ jobs:
# - target: armv7-unknown-linux-gnueabihf
- target: armv7-unknown-linux-musleabi
- target: armv7-unknown-linux-musleabihf
- # binutils fails to configure: `machine 'loongaarch64-unknown' not
- # recognized`
- # - target: loongaarch64-unknown-linux-gnu
- # - target: loongaarch64-unknown-linux-musl
+ - target: loongarch64-unknown-linux-gnu
+ - target: loongarch64-unknown-linux-musl
- target: m68k-unknown-linux-gnu
- target: mips-unknown-linux-gnu
- target: mips-unknown-linux-musl