Skip to content

Commit 0088262

Browse files
try to fix diffrent CI results
Co-authored-by: gong-flying <gongxiaofei24@iscas.ac.cn>
1 parent 70ccae9 commit 0088262

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

compiler/build.gradle

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

0 commit comments

Comments
 (0)