Browse Source

gh-actions: Adding DYNAMIC_ARCH test for LoongArch64

tags/v0.3.25^2
gxw 2 years ago
parent
commit
211bb35dee
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/loongarch64.yml

+ 3
- 0
.github/workflows/loongarch64.yml 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


Loading…
Cancel
Save