1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Merge branch 'PHP-8.4'

* PHP-8.4:
  Fix nightly builds regarding libavif
This commit is contained in:
Christoph M. Becker
2024-09-30 18:51:56 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ inputs:
skipSlow:
default: false
required: false
asan:
default: false
required: false
runs:
using: composite
steps:
@@ -28,7 +31,7 @@ runs:
--enable-gd \
--with-jpeg \
--with-webp \
${{ inputs.skipSlow == 'false' && '--with-avif' || '' }} \
${{ inputs.asan == 'false' && '--with-avif' || '' }} \
--with-freetype \
--with-xpm \
--enable-exif \

View File

@@ -147,6 +147,8 @@ jobs:
uses: ./.github/actions/setup-mssql
- name: apt
uses: ./.github/actions/apt-x64
with:
asan: ${{ matrix.asan && 'true' || 'false' }}
- name: System info
run: |
echo "::group::Show host CPU info"