Skip to content

Commit 866ca26

Browse files
committed
only disable it for x86_64
1 parent f187250 commit 866ca26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/builder/extension/opcache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function getUnixConfigureArg(bool $shared = false): string
5252
if ((SPCTarget::getTargetOS() === 'Linux' &&
5353
SPCTarget::getLibc() === 'musl' &&
5454
$this->builder->getOption('enable-zts') &&
55+
GNU_ARCH === 'x86_64' &&
5556
$phpVersionID < 80500) ||
5657
$this->builder->getOption('disable-opcache-jit')
5758
) {

0 commit comments

Comments
 (0)