From 44a0351884b25b773dd54e4a84dc2c143e07fdf8 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Wed, 21 Jul 2021 21:17:10 +1000 Subject: [PATCH] test on risc-v because why not --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 6f3f97f..e83a9cf 100755 --- a/test.py +++ b/test.py @@ -5,7 +5,7 @@ import subprocess import sys def test_archs(): - archs = ["aarch64", "powerpc"] + archs = ["aarch64", "powerpc", "riscv64gc"] upto = 1 target = len(archs)