ci: add leak sanitizer ci check #7

Merged
light7734 merged 19 commits from ci/leak_sanitizer into main 2025-07-18 20:21:15 +00:00
Showing only changes of commit de89e09953 - Show all commits

View file

@ -1,4 +1,5 @@
FROM archlinux/base-devel FROM archlinux:base-devel
RUN pacman -Syu --noconfirm && \ RUN pacman -Syu --noconfirm && \
pacman -S --noconfirm \ pacman -S --noconfirm \
bash \ bash \