File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
zorg/buildbot/builders/annotated Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ def main(argv):
108
108
cmake_args .append ('-DLLVM_HOST_TRIPLE=riscv32-unknown-linux-gnu' )
109
109
cmake_args .append ('-DLLVM_TARGETS_TO_BUILD=RISCV' )
110
110
cmake_args .append ('-DCMAKE_LINKER=/usr/bin/ld.lld' )
111
+ cmake_args .append ('-DLLVM_LIBC_MPFR_INSTALL_PATH={}/gmp+mpfr/' .format (os .getenv ('HOME' )))
111
112
112
113
run_command (['cmake' , os .path .join (source_dir , 'llvm' )] + cmake_args )
113
114
@@ -148,7 +149,7 @@ def main(argv):
148
149
run_command (['make' , 'check' ], directory = aor_dir )
149
150
with step ('Benchmark Utils Tests' ):
150
151
run_command (['ninja' , 'libc-benchmark-util-tests' ])
151
-
152
+
152
153
if not (fullbuild or runtimes_build ) and x86_64_build :
153
154
with step ('libc-fuzzer' ):
154
155
run_command (['ninja' , 'libc-fuzzer' ])
You can’t perform that action at this time.
0 commit comments