We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15e0a0 commit 211bb35Copy full SHA for 211bb35
.github/workflows/loongarch64.yml
@@ -18,6 +18,9 @@ jobs:
18
- target: LOONGSON2K1000
19
triple: loongarch64-unknown-linux-gnu
20
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
24
25
steps:
26
- name: Checkout repository
0 commit comments