History log of /php-src/.cirrus.yml (Results 1 – 25 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a4534faf 02-Mar-2024 Ayesh Karunaratne

ext/openssl: Remove kerberos support

Co-authored-by: Peter Kokot <peterkokot@gmail.com>


# 2e7c6e1e 19-Mar-2024 David Carlier

freebsd CI reeanable werror


# f2f656c9 07-Mar-2024 David Carlier

CI: update freebsd 13 image.

13.2 is going to be EOL.

close GH-13622


# db063cb7 07-Mar-2024 David Carlier

CI: update freebsd 13 image.

13.2 is going to be EOL.

close GH-13622


# 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


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


# 92693a22 10-Oct-2023 Ilija Tovilo

Move Cirrus to nightly only, trigger on-demand

Closes GH-12398


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


# 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


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


# ccca5972 06-Mar-2023 Ilija Tovilo

Move ARM64 build to Cirrus

Travis is very unreliable lately

Closes GH-10795


# 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


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3
# 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.

Revision tags: php-8.2.0beta2, php-8.1.9, php-8.0.22
# 53e71415 31-Jul-2022 Ilija Tovilo

Hide skipped tests in CI (#9163)

Revision tags: php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8
# da8bfd46 05-Jul-2022 David CARLIER

Revert "Update FreeBSD CI image."

This reverts commit f2d6e175fe54397a4b1ca5d1cab105875a6ebd96.

Revision tags: php-8.2.0alpha3
# f2d6e175 29-Jun-2022 David Carlier

Update FreeBSD CI image.

Revision tags: php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19
# f07a08df 06-May-2022 Arnaud Le Blanc

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

Fixes GH-8185

12