Skip to content

Commit 211bb35

Browse files
committed
gh-actions: Adding DYNAMIC_ARCH test for LoongArch64
1 parent d15e0a0 commit 211bb35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/loongarch64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- target: LOONGSON2K1000
1919
triple: loongarch64-unknown-linux-gnu
2020
opts: NO_SHARED=1 TARGET=LOONGSON2K1000
21+
- target: DYNAMIC_ARCH
22+
triple: loongarch64-unknown-linux-gnu
23+
opts: NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=GENERIC
2124

2225
steps:
2326
- name: Checkout repository

0 commit comments

Comments
 (0)