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:
parent
242b5f956c
commit
ebc07fd6db
@ -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"
|
||||
|
1
core/asan_suppressions.txt
Normal file
1
core/asan_suppressions.txt
Normal file
@ -0,0 +1 @@
|
||||
leak:libSDL
|
Loading…
Reference in New Issue
Block a user