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:
5
.github/actions/configure-x64/action.yml
vendored
5
.github/actions/configure-x64/action.yml
vendored
@@ -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 \
|
||||
|
||||
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user