mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix ASan build
This commit is contained in:
commit
25a8f155f2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
@ -80,7 +80,9 @@ jobs:
|
||||||
zts: true
|
zts: true
|
||||||
asan: true
|
asan: true
|
||||||
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
|
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-${{ !matrix.asan && '22' || '20' }}.04
|
||||||
|
container:
|
||||||
|
image: ${{ matrix.asan && 'ubuntu:23.04' || null }}
|
||||||
steps:
|
steps:
|
||||||
- name: git checkout
|
- name: git checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue