Skip to content

Commit 4662cea

Browse files
RuoqingHeroypat
authored andcommitted
riscv64: Enable custom-tests
Enable custom build-gnu tests for RISC-V. Signed-off-by: Ruoqing He <[email protected]>
1 parent edeb05f commit 4662cea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.buildkite/custom-tests.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"command": "cargo build --release --features=fam-wrappers",
66
"platform": [
77
"x86_64",
8-
"aarch64"
8+
"aarch64",
9+
"riscv64"
910
]
1011
},
1112
{
@@ -21,7 +22,8 @@
2122
"command": "cargo build --release --features=serde",
2223
"platform": [
2324
"x86_64",
24-
"aarch64"
25+
"aarch64",
26+
"riscv64"
2527
]
2628
},
2729
{

0 commit comments

Comments
 (0)