mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Switch asan build to Ubuntu 24.04
This commit is contained in:
commit
b14d440a82
2
.github/actions/apt-x64/action.yml
vendored
2
.github/actions/apt-x64/action.yml
vendored
@ -52,7 +52,7 @@ runs:
|
||||
libedit-dev \
|
||||
libldap2-dev \
|
||||
libsodium-dev \
|
||||
libargon2-0-dev \
|
||||
libargon2-dev \
|
||||
libmm-dev \
|
||||
libsnmp-dev \
|
||||
postgresql \
|
||||
|
6
.github/workflows/push.yml
vendored
6
.github/workflows/push.yml
vendored
@ -77,9 +77,7 @@ jobs:
|
||||
zts: true
|
||||
asan: true
|
||||
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
|
||||
runs-on: ubuntu-${{ !matrix.asan && '22' || '20' }}.04
|
||||
container:
|
||||
image: ${{ matrix.asan && 'ubuntu:23.04' || null }}
|
||||
runs-on: ubuntu-${{ !matrix.asan && '22' || '24' }}.04
|
||||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v4
|
||||
@ -120,7 +118,7 @@ jobs:
|
||||
configurationParameters: >-
|
||||
--${{ matrix.debug && 'enable' || 'disable' }}-debug
|
||||
--${{ matrix.zts && 'enable' || 'disable' }}-zts
|
||||
${{ matrix.asan && 'CFLAGS="-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address" CC=clang-16 CXX=clang++-16' || '' }}
|
||||
${{ matrix.asan && 'CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function" CC=clang CXX=clang++' || '' }}
|
||||
skipSlow: ${{ matrix.asan }}
|
||||
- name: make
|
||||
run: make -j$(/usr/bin/nproc) >/dev/null
|
||||
|
@ -2,6 +2,7 @@
|
||||
Test trampoline for curl option CURLMOPT_PUSHFUNCTION
|
||||
--EXTENSIONS--
|
||||
curl
|
||||
--XLEAK--
|
||||
--SKIPIF--
|
||||
<?php
|
||||
include 'skipif-nocaddy.inc';
|
||||
|
Loading…
Reference in New Issue
Block a user