File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,14 @@ jobs:
35
35
ALPINE :
36
36
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
37
37
name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
38
- runs-on : ubuntu-22 .04
38
+ runs-on : ubuntu-24 .04
39
39
container :
40
- image : ' alpine:3.20.1 '
40
+ image : ' alpine:3.22 '
41
41
steps :
42
42
- name : git checkout
43
43
uses : actions/checkout@v5
44
44
- name : apk
45
45
uses : ./.github/actions/apk
46
- - name : LLVM 17 (ASAN-only)
47
- # libclang_rt.asan-x86_64.a is provided by compiler-rt, and only for clang17:
48
- # https://pkgs.alpinelinux.org/contents?file=libclang_rt.asan-x86_64.a&path=&name=&branch=v3.20
49
- run : |
50
- apk add clang17 compiler-rt
51
46
- name : System info
52
47
run : |
53
48
echo "::group::Show host CPU info"
62
57
configurationParameters : >-
63
58
CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC"
64
59
LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function"
65
- CC=clang-17
66
- CXX=clang++-17
60
+ CC=clang-20
61
+ CXX=clang++-20
67
62
--enable-debug
68
63
--enable-zts
69
64
skipSlow : true # FIXME: This should likely include slow extensions
You can’t perform that action at this time.
0 commit comments