Skip to content

Commit ac35380

Browse files
committed
main/guile: !check for riscv64
1 parent 637cb15 commit ac35380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main/guile/template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# broken af
3131
options = ["!lto"]
3232

33-
if self.profile().arch in ["loongarch64"]:
33+
if self.profile().arch in ["loongarch64", "riscv64"]:
3434
# mostly passes, minor fails
3535
options += ["!check"]
3636

0 commit comments

Comments
 (0)