History log of /PHP-8.2/.github/workflows/nightly.yml (Results 26 – 50 of 94)
Revision Date Author Comments
# 90fda030 14-Nov-2023 Ilija Tovilo

Run nightly on single branch with workflow_dispatch and explicit branch (#12649)


# f42cef66 17-Oct-2023 武田 憲太郎

Fix pgsql and mysql tests on GitHub actions

The tests accidentally stopped running on PHP 8.3+.

Closes GH-12475


# 5a0c0072 15-Oct-2023 Ilija Tovilo

Revert "Test ASAN on Ubuntu 22.04 in nightly by increasing swap"

This reverts commit f7cef9a24217772a1cb1c6ccb391861288ddf618.

This didn't work as intended, the builds are still fai

Revert "Test ASAN on Ubuntu 22.04 in nightly by increasing swap"

This reverts commit f7cef9a24217772a1cb1c6ccb391861288ddf618.

This didn't work as intended, the builds are still failing for no obvious
reason.

show more ...


# b11af37a 13-Oct-2023 Ilija Tovilo

[skip ci] Re-add JIT flags just for COMMUNTIY build

Deletion was a bit too eager.


# 29fed1cf 13-Oct-2023 Ilija Tovilo

Remove redundant CI JIT flags

These flags are already set from run-tests.php.


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


# f7cef9a2 22-Sep-2023 Ilija Tovilo

Test ASAN on Ubuntu 22.04 in nightly by increasing swap

See ef6bbaa. We previously ran into crashes that are apprently related to a
decrease in memory on never runners. The crash can be

Test ASAN on Ubuntu 22.04 in nightly by increasing swap

See ef6bbaa. We previously ran into crashes that are apprently related to a
decrease in memory on never runners. The crash can be avoided by increasing the
swap file.

Closes GH-12267

show more ...


# 098d9ca7 18-Sep-2023 Daniil Gentili

Trigger JIT tracing&compilation more often

Closes GH-12250


# 99cd81cd 13-Sep-2023 Tim Düsterhus

Update GitHub Action workflows to `actions/checkout@v4` (8.3+)

This applies the upgrade for workflows that have been added in the PHP-8.3
branch.


# c1184ff0 04-Sep-2023 Ilija Tovilo

[skip ci] Also actually skip the xdebug build step


# 34990241 04-Sep-2023 Ilija Tovilo

[skip ci] Temporarily disable xdebug build in nightly


# 341d54c4 03-Sep-2023 Ilija Tovilo

[skip ci] Fix branch check in nightly for PHP-8.3


# b7af61a1 01-Sep-2023 Dmitry Stogov

Use version of PHP SDK binary tools that uses PHP downloads


# 223fb088 29-Aug-2023 Ilija Tovilo

[skip ci] Fix coverage job in nightly

We get the following errors:

profiling:./ext/pdo_oci/.libs/oci_statement.gcda:Cannot open
...

It seems these extensions were never

[skip ci] Fix coverage job in nightly

We get the following errors:

profiling:./ext/pdo_oci/.libs/oci_statement.gcda:Cannot open
...

It seems these extensions were never tested for coverage. Having coverage here
would be nice, but since they are not actively worked on I don't want to
investigate the issue.

show more ...


# fd462b1e 23-Aug-2023 Alex Dowad

Print host CPU and installed package info in CI build log on Linux

On one of the nightly CI builds last week, there were test failures in
mbstring which appear like they might be related

Print host CPU and installed package info in CI build log on Linux

On one of the nightly CI builds last week, there were test failures in
mbstring which appear like they might be related to SIMD-accelerated
code. The function which failed testing has multiple implementations,
and the specific implementation which is used depends on the features of
the host CPU and the build configuration.

The CI build log does not offer any clues about what implementation
was actually used when the tests failed. If the same thing happens
again, it will be helpful to (at least) know what CPU features the host
CPU supports. This will also be helpful when diagnosing any other CI
build failures which relate to CPU-specific code (or those which
related to external packages such as ICU).

It would be better to print even more information about the build
configuration. It would also be better to print host CPU information
on Windows CI builds as well.

show more ...


# abd563a9 21-Jul-2023 Arnaud Le Blanc

Add AMPHP, ReactPHP, Revolt PHP to community job (#10933)


# ef6bbaa1 18-Apr-2023 Ilija Tovilo

Downgrade to Ubuntu 20.04 for ASAN nightly for now

See https://github.com/actions/runner-images/issues/6709.


# d9edda08 10-Mar-2023 Ilija Tovilo

[skip ci] Keep old branches on Ubuntu 20.04 on nightly


# d98963a0 16-Sep-2022 Ilija Tovilo

Switch to Ubuntu 22.04 for GitHub actions jobs

Closes GH-10814


# 0d5c7949 08-Mar-2023 Ilija Tovilo

[skip ci] Skip PECL nightly on forks


# eabb9b7d 21-Jan-2023 Max Kellermann

.github/workflows/nightly.yml: add job to build out-of-tree extensions

This aims to detect API breakages early by compiling a selection of
out-of-tree extensions in the CI.

Clos

.github/workflows/nightly.yml: add job to build out-of-tree extensions

This aims to detect API breakages early by compiling a selection of
out-of-tree extensions in the CI.

Closes GH-10404

show more ...


# 95763005 29-Sep-2022 Ilija Tovilo

[skip ci] Fix MSAN configure flags for PHP-8.0


# 628bcf09 27-Sep-2022 Ilija Tovilo

[skip ci] Fix --enable-dl-test flag being passed to PHP-8.0 MSAN build


# 6a2875bd 25-Sep-2022 Ilija Tovilo

Enable dl-test for msan job

See f07a08df5c672b2c81aedd923ba473672a424e37


# 1d45ca58 28-Aug-2022 Alex <93376818+sashashura@users.noreply.github.com>

Harden GitHub Workflows security

Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz>

Closes GH-9440.


1234