Skip to content

Commit 940b241

Browse files
committed
Fix buildscript
1 parent 409b7d1 commit 940b241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/jit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$status = opcache_get_status();
1212
var_dump($status);
1313

14-
if (!$status["jit"]["on"]) {
14+
if (!$status["jit"]["on"] && trim(`uname -m`) !== 'riscv64') {
1515
echo "JIT is not enabled!".PHP_EOL;
1616
die(1);
1717
}

0 commit comments

Comments
 (0)