1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

ci: Suppress libSDL memory leaks.

[no changelog]
This commit is contained in:
Andrew Kozlik 2022-01-10 18:58:12 +01:00 committed by matejcik
parent 242b5f956c
commit ebc07fd6db
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ core unit test asan:
variables:
RUSTC_BOOTSTRAP: "1"
RUSTFLAGS: "-Z sanitizer=address"
LSAN_OPTIONS: "suppressions=../../asan_suppressions.txt"
script:
- nix-shell --run "poetry run make -C core test | ts -s"
- nix-shell --run "poetry run make -C core test_rust | ts -s"

View File

@ -0,0 +1 @@
leak:libSDL