History log of /PHP-8.2/.cirrus.yml (Results 1 – 25 of 27)
Revision Date Author Comments
# 2aa2d91a 12-Oct-2023 Ilija Tovilo

Reduce jit_max_root_traces in tests

This value would be so high, occupying 88MB of shm on my machine and effectively
disabling the JIT in some cases.

Co-authored-by: Daniil Gent

Reduce jit_max_root_traces in tests

This value would be so high, occupying 88MB of shm on my machine and effectively
disabling the JIT in some cases.

Co-authored-by: Daniil Gentili <daniil@daniil.it>

show more ...


# 098d9ca7 18-Sep-2023 Daniil Gentili

Trigger JIT tracing&compilation more often

Closes GH-12250


# a8e1b101 14-Sep-2023 Peter Kokot

Remove unused --with-zlib-dir configure option

Commits that removed this option:
- 34dd032e4e70a33e3e8fa27e38af62f63601b447
- a2c21e10b278988910c77afd86d046db9a5c86e0
- e595f5cd8

Remove unused --with-zlib-dir configure option

Commits that removed this option:
- 34dd032e4e70a33e3e8fa27e38af62f63601b447
- a2c21e10b278988910c77afd86d046db9a5c86e0
- e595f5cd8a4a00ca04e36ba1e78f14805dbecead

Closes GH-12209

show more ...


# fc9266a5 07-Aug-2023 Ilija Tovilo

Move ASAN built to GitHub actions

Cirrus will no longer offer unlimited free builds starting next month. We don't
have an alternative for FreeBSD and ARM, so move what we can for now.

Move ASAN built to GitHub actions

Cirrus will no longer offer unlimited free builds starting next month. We don't
have an alternative for FreeBSD and ARM, so move what we can for now.

Closes GH-11898

show more ...


# f06da772 21-Apr-2023 David CARLIER

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


# 6ebb5066 15-Mar-2023 Ilija Tovilo

Upgrade cirrus arm build to GCC 12 (#10855)


# ff1e07c1 07-Mar-2023 Ilija Tovilo

Fix mysql tests on Cirrus ASAN

We used localhost instead of 127.0.0.1, so the tests were never actually run.

Closes GH-10802


# a11c8a30 16-Dec-2022 Arnaud Le Blanc

Limit stack size (#9104)


# 743d3780 08-Sep-2022 Ilija Tovilo

Add clang ASAN/UBSAN push job

Closes GH-9507


# 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 ...


# 12c30a8d 11-May-2023 Ilija Tovilo

[skip ci] Add missing --no-progress flag to ARM build


# 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


# 0028c242 11-Aug-2022 Ilija Tovilo

Add --[no-]progress option to run-tests.php (#9255)

Previously, adding the -g argument would disable progress, even locally.
Now it needs to be disabled explicitly.


# 53e71415 31-Jul-2022 Ilija Tovilo

Hide skipped tests in CI (#9163)


# da8bfd46 05-Jul-2022 David CARLIER

Revert "Update FreeBSD CI image."

This reverts commit f2d6e175fe54397a4b1ca5d1cab105875a6ebd96.


# 35ca407f 05-Jul-2022 David CARLIER

Revert "Update FreeBSD CI image."

This reverts commit 4f4457a6e95fa652d686409fdaf71cd3652b3a94.


# f2d6e175 29-Jun-2022 David Carlier

Update FreeBSD CI image.


# 4f4457a6 29-Jun-2022 David Carlier

Update FreeBSD CI image.


# f07a08df 06-May-2022 Arnaud Le Blanc

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

Fixes GH-8185


# 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 ...


12