gh-actions: Adding DYNAMIC_ARCH test for LoongArch64

This commit is contained in:
gxw 2023-09-27 10:10:41 +08:00
parent d15e0a055c
commit 211bb35dee
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ jobs:
- target: LOONGSON2K1000
triple: loongarch64-unknown-linux-gnu
opts: NO_SHARED=1 TARGET=LOONGSON2K1000
- target: DYNAMIC_ARCH
triple: loongarch64-unknown-linux-gnu
opts: NO_SHARED=1 DYNAMIC_ARCH=1 TARGET=GENERIC
steps:
- name: Checkout repository