Skip to content

Commit 70ccae9

Browse files
try to fix diffrent CI results
Co-authored-by: gong-flying <[email protected]>
1 parent 1d2491d commit 70ccae9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compiler/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ model {
6363
linker.executable = 's390x-linux-gnu-g++'
6464
}
6565
target("loongarch_64")
66-
target("riscv64")
66+
target("riscv64") {
67+
cppCompiler.executable = 'riscv64-linux-gnu-g++'
68+
linker.executable = 'riscv64-linux-gnu-g++'
69+
}
6770
}
6871
clang(Clang) {
6972
target("aarch_64") {}

0 commit comments

Comments
 (0)