We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b085842 commit ee7fcf2Copy full SHA for ee7fcf2
.circleci/config.yml
@@ -166,6 +166,7 @@ jobs:
166
`#--enable-werror`
167
- run:
168
name: make
169
+ no_output_timeout: 30m
170
command: make -j2 > /dev/null
171
172
name: make install
@@ -177,6 +178,7 @@ jobs:
177
178
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
179
180
name: Test
181
182
command: |
183
sapi/cli/php run-tests.php \
184
-d zend_extension=opcache.so \
0 commit comments