History log of /PHP-8.1/.cirrus.yml (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b280f1f9 30-Oct-2023 Ilija Tovilo

Run FreeBSD on push

With ARM build moved to CircleCI, we should have enough credits to keep FreeBSD
on Cirrus on every commit.


# 4332546b 10-Oct-2023 Ilija Tovilo

Move ARM build to CircleCI

Closes GH-12415


# 92693a22 10-Oct-2023 Ilija Tovilo

Move Cirrus to nightly only, trigger on-demand

Closes GH-12398


# 2012fd3f 21-Apr-2023 David CARLIER

ci update freebsd image to the 13.2 image (#11110)


# bb2b1897 21-Jun-2023 Ilija Tovilo

Fix arm build

Switch to debian base image. The gcc image upgraded to debian bookworm which
broke the build.

https://github.com/docker-library/gcc/commit/392d8bf4ee9d494f03331c54

Fix arm build

Switch to debian base image. The gcc image upgraded to debian bookworm which
broke the build.

https://github.com/docker-library/gcc/commit/392d8bf4ee9d494f03331c540c1f0d7f32259ff1

Closes GH-11501

show more ...


# 5cbc917f 30-Apr-2023 Ilija Tovilo

Update libenchant in arm build


# ccca5972 06-Mar-2023 Ilija Tovilo

Move ARM64 build to Cirrus

Travis is very unreliable lately

Closes GH-10795


# 35ca407f 05-Jul-2022 David CARLIER

Revert "Update FreeBSD CI image."

This reverts commit 4f4457a6e95fa652d686409fdaf71cd3652b3a94.


# 4f4457a6 29-Jun-2022 David Carlier

Update FreeBSD CI image.


Revision tags: php-8.1.7RC1
# f07a08df 06-May-2022 Arnaud Le Blanc

Fix unregistering ini entries of dynamically loaded extension (#8435)

Fixes GH-8185


Revision tags: php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29
# 81f6d36c 05-May-2021 Ben Morss

Add avif support to ext/gd

This backports avif support from upstream libgd into bundled libgd
and exposes the functionality through new imagecreatefromavif()
and imageavif() function

Add avif support to ext/gd

This backports avif support from upstream libgd into bundled libgd
and exposes the functionality through new imagecreatefromavif()
and imageavif() functions.

Closes GH-7026.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

show more ...


# 95a9e558 16-May-2021 David Carlier

Pull #6989 FreeBSD defines SO_ACCEPTFILTER


# 90b843be 21-May-2021 David CARLIER

Add FreeBSD to CI (#6974)

This is using Cirrus, as none of the CI providers we already use support FreeBSD.