Don't test macOS & i386 without opcache on push

It should be incredibly rare for something to fail only without opcache while
also being platform specific. We're keeping opcache-less tests for x64 Linux,
macOS and i386 will continue to be tested without opcache in nightly.

Closes GH-11867
This commit is contained in:
Ilija Tovilo 2023-08-03 15:04:37 +02:00
parent ca5d48213a
commit 5cd0208e9f
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -114,8 +114,6 @@ jobs:
run: make -j$(/usr/bin/nproc) >/dev/null
- name: make install
uses: ./.github/actions/install-linux-x32
- name: Test
uses: ./.github/actions/test-linux
- name: Test Tracing JIT
uses: ./.github/actions/test-linux
with:
@ -145,8 +143,6 @@ jobs:
make -j$(sysctl -n hw.logicalcpu) >/dev/null
- name: make install
run: sudo make install
- name: Test
uses: ./.github/actions/test-macos
- name: Test Tracing JIT
uses: ./.github/actions/test-macos
with: