Skip to content

Commit d2f4f1b

Browse files
committed
CI: update toolchains for LoongArch64
1 parent 0baf462 commit d2f4f1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/loongarch64.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
include:
1717
- target: LOONGSONGENERIC
1818
triple: loongarch64-unknown-linux-gnu
19-
opts: NO_SHARED=1 TARGET=LOONGSONGENERIC
19+
opts: NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=LOONGSONGENERIC
2020
- target: LOONGSON3R5
2121
triple: loongarch64-unknown-linux-gnu
22-
opts: NO_SHARED=1 TARGET=LOONGSON3R5
22+
opts: NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=LOONGSON3R5
2323
- target: LOONGSON2K1000
2424
triple: loongarch64-unknown-linux-gnu
25-
opts: NO_SHARED=1 TARGET=LOONGSON2K1000
25+
opts: NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=LOONGSON2K1000
2626
- target: DYNAMIC_ARCH
2727
triple: loongarch64-unknown-linux-gnu
2828
opts: NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=GENERIC
@@ -40,8 +40,8 @@ jobs:
4040
4141
- name: Download and install loongarch64-toolchain
4242
run: |
43-
wget https://github.com/loongson/build-tools/releases/download/2022.09.06/loongarch64-clfs-7.3-cross-tools-gcc-glibc.tar.xz
44-
tar -xf loongarch64-clfs-7.3-cross-tools-gcc-glibc.tar.xz -C /opt
43+
wget https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz
44+
tar -xf CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz -C /opt
4545
4646
- name: Set env
4747
run: |

0 commit comments

Comments
 (0)