1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 21:34:41 +01:00

Test with ASAN

This commit is contained in:
Daniil Gentili 2023-12-29 15:44:17 +01:00
parent 92b4ab2a41
commit b81191c1d3

View File

@ -106,9 +106,6 @@ RUN set -eux; \
rm -vf /usr/include/iconv.h; \ rm -vf /usr/include/iconv.h; \
\ \
export \ export \
CFLAGS="$PHP_CFLAGS" \
CPPFLAGS="$PHP_CPPFLAGS" \
LDFLAGS="$PHP_LDFLAGS" \
# https://github.com/php/php-src/blob/d6299206dd828382753453befd1b915491b741c6/configure.ac#L1496-L1511 # https://github.com/php/php-src/blob/d6299206dd828382753453befd1b915491b741c6/configure.ac#L1496-L1511
PHP_BUILD_PROVIDER='https://github.com/docker-library/php' \ PHP_BUILD_PROVIDER='https://github.com/docker-library/php' \
PHP_UNAME='Linux - Docker' \ PHP_UNAME='Linux - Docker' \