Skip to content

Commit 51dd304

Browse files
committed
Do not build tests
1 parent be90895 commit 51dd304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openblas-build/src/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ impl Configure {
289289
.stdout(unsafe { Stdio::from_raw_fd(out.into_raw_fd()) }) // this works only for unix
290290
.stderr(unsafe { Stdio::from_raw_fd(err.into_raw_fd()) })
291291
.args(&self.make_args())
292+
.args(&["libs", "netlib", "shared"])
292293
.env_remove("TARGET")
293294
.check_call()
294295
{

0 commit comments

Comments
 (0)