Skip to content

Commit 5b55f7e

Browse files
committed
Add capstone
1 parent afe52c6 commit 5b55f7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/apt-x64/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ runs:
3232
openssl \
3333
slapd \
3434
language-pack-de \
35+
libcapstone-dev \
3536
libgmp-dev \
3637
libicu-dev \
3738
libtidy-dev \

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ jobs:
451451
# CFLAGS removes O2, so we have to add it again...
452452
configurationParameters: >-
453453
--enable-zts
454-
${{ matrix.type == 'asan' && '--enable-debug CFLAGS="-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address"' || '' }}
454+
${{ matrix.type == 'asan' && '--enable-debug --with-capstone CFLAGS="-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address"' || '' }}
455455
${{ matrix.type == 'verify_type_inference' && 'CFLAGS="-DZEND_VERIFY_TYPE_INFERENCE -O2"' || '' }}
456456
- name: make
457457
run: make -j$(/usr/bin/nproc) >/dev/null

0 commit comments

Comments
 (0)