-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FreeBSD CI image update. #13051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
FreeBSD CI image update. #13051
Conversation
e45c51d
to
9081a84
Compare
The failures seem related. Not sure what causes the timeout, maybe try dropping the |
79aedf3
to
df5d76e
Compare
df5d76e
to
930c9fd
Compare
@iluuu1994 Would you prefer we go more towards 13.3 or 14.0 like here ? |
@devnexen Maybe 13.3 for release branches and 14 for master? That's what we usually do for the other builds. |
483fd89
to
22cdb4c
Compare
a7341f8
to
4d43a66
Compare
@@ -14,8 +14,8 @@ freebsd_task: | |||
- pkg install -y autoconf bison gmake re2c icu libiconv png freetype2 enchant2 bzip2 t1lib gmp tidyp libsodium libzip libxml2 libxslt openssl oniguruma pkgconf webp libavif | |||
script: | |||
- ./buildconf -f | |||
- ./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-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 | |||
- gmake -j2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think Cirrus reported way too many cores in the past. We should make sure that's not the case again.
0ad1958
to
ba1838a
Compare
No description provided.