Skip to content

Commit 483fd89

Browse files
committed
trying to use dynamic value for parallel build.
1 parent 58d7782 commit 483fd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ freebsd_task:
1515
script:
1616
- ./buildconf -f
1717
- ./configure --prefix=/usr/local --enable-debug --enable-option-checking=fatal --enable-fpm --with-pdo-sqlite --without-pear --with-bz2 --with-avif --with-jpeg --with-webp --with-freetype --enable-gd --enable-exif --with-zip --with-zlib --enable-soap --enable-xmlreader --with-xsl --with-libxml --enable-shmop --enable-pcntl --enable-mbstring --with-curl --enable-sockets --with-openssl --with-iconv=/usr/local --enable-bcmath --enable-calendar --enable-ftp --with-kerberos --with-ffi --enable-zend-test --enable-dl-test=shared --enable-intl --with-mhash --with-sodium --enable-werror --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d
18-
- gmake -j2
18+
- gmake -j$(sysctl hw.ncpu) > /dev/null
1919
- mkdir /etc/php.d
2020
- gmake install
2121
- echo opcache.enable_cli=1 > /etc/php.d/opcache.ini

0 commit comments

Comments
 (0)