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 @@ -43,19 +43,14 @@ jobs:
43
43
ALPINE :
44
44
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
45
45
name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
46
- runs-on : ubuntu-22 .04
46
+ runs-on : ubuntu-24 .04
47
47
container :
48
- image : ' alpine:3.20.1 '
48
+ image : ' alpine:3.22 '
49
49
steps :
50
50
- name : git checkout
51
51
uses : actions/checkout@v5
52
52
- name : apk
53
53
uses : ./.github/actions/apk
54
- - name : LLVM 17 (ASAN-only)
55
- # libclang_rt.asan-x86_64.a is provided by compiler-rt, and only for clang17:
56
- # https://pkgs.alpinelinux.org/contents?file=libclang_rt.asan-x86_64.a&path=&name=&branch=v3.20
57
- run : |
58
- apk add clang17 compiler-rt
59
54
- name : System info
60
55
run : |
61
56
echo "::group::Show host CPU info"
70
65
configurationParameters : >-
71
66
CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC"
72
67
LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function"
73
- CC=clang-17
74
- CXX=clang++-17
68
+ CC=clang-20
69
+ CXX=clang++-20
75
70
--enable-debug
76
71
--enable-zts
77
72
skipSlow : true # FIXME: This should likely include slow extensions
You can’t perform that action at this time.
0 commit comments