Skip to content

Commit 22cdb4c

Browse files
committed
FreeBSD CI image update.
1 parent 586153b commit 22cdb4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
freebsd_task:
55
name: FREEBSD_DEBUG_NTS
66
freebsd_instance:
7-
image_family: freebsd-13-2
7+
image_family: freebsd-14-0
88
env:
99
ARCH: amd64
1010
install_script:
@@ -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 -n hw.ncpu) > /dev/null
1919
- mkdir /etc/php.d
2020
- gmake install
2121
- echo opcache.enable_cli=1 > /etc/php.d/opcache.ini
@@ -26,4 +26,4 @@ freebsd_task:
2626
- export SKIP_IO_CAPTURE_TESTS=1
2727
- export CI_NO_IPV6=1
2828
- export STACK_LIMIT_DEFAULTS_CHECK=1
29-
- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,BORK,LEAK,XLEAK --no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so
29+
- sapi/cli/php run-tests.php -P -q -j1 -g FAIL,BORK,LEAK,XLEAK --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so

0 commit comments

Comments
 (0)