[igraph] disable experimental mode for MSAN (#7426)

This commit is contained in:
Szabolcs Horvát 2022-03-23 14:00:08 +01:00 committed by GitHub
parent 0c092b787f
commit 71b498585a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ auto_ccs:
sanitizers:
- address
- undefined
- memory:
experimental: True
- memory
architectures:
- x86_64
- i386