Skip to content

Commit a44772f

Browse files
committed
test
1 parent 815b916 commit a44772f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Dockerfile.focal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && \
1919
pip3 install portalocker psutil requests-toolbelt pytest pytest-xdist pytest-mysql pytest-postgresql psycopg zstandard && \
2020
rm -rf /var/lib/apt/lists/*
2121

22-
ENV ASAN_OPTIONS=detect_leaks=0
22+
ENV ASAN_OPTIONS=detect_leaks=1
2323
ENV UBSAN_OPTIONS=print_stacktrace=1:allow_addr2line=1
2424

2525
RUN useradd -ms /bin/bash kitten

.github/workflows/Dockerfile.jammy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN update-alternatives --install /usr/bin/ld ld /usr/bin/x86_64-linux-gnu-ld 10
3333
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
3434
php composer-setup.php --install-dir=/usr/bin --filename=composer --version=1.10.26
3535

36-
ENV ASAN_OPTIONS=detect_leaks=0
36+
ENV ASAN_OPTIONS=detect_leaks=1
3737
ENV UBSAN_OPTIONS=print_stacktrace=1:allow_addr2line=1
3838

3939
RUN useradd -ms /bin/bash kitten

0 commit comments

Comments
 (0)