From 3ac9296df907c99295bf42f56ba48aceba1b09d2 Mon Sep 17 00:00:00 2001 From: benjaminwan Date: Sun, 28 Jul 2024 10:50:45 +0800 Subject: [PATCH] update musl-gcc.yml --- .github/workflows/musl-gcc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/musl-gcc.yml b/.github/workflows/musl-gcc.yml index c9a23d2..2966f83 100644 --- a/.github/workflows/musl-gcc.yml +++ b/.github/workflows/musl-gcc.yml @@ -112,6 +112,7 @@ jobs: - arch: sh2eb-linux-musl #error: static assertion failed: ORT format only supports little-endian machines - arch: sh4-linux-musl #error: unable to find a register to spill in class ‘R0_REGS’ - arch: sh4eb-linux-musl #error: static assertion failed: ORT format only supports little-endian machines + - arch: loongarch64-linux-musl #error: unrecognized command-line option ‘-mlsx’ name: ${{ matrix.arch }}