Run asan in CI. Fixes #713

This commit is contained in:
Thom Chiovoloni
2020-04-16 02:38:40 -07:00
committed by Thom Chiovoloni
parent 4abc8a4fdd
commit 185899eab1
4 changed files with 26 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ extra_check = []
modern_sqlite = ["libsqlite3-sys/bundled_bindings"]
in_gecko = ["modern_sqlite", "libsqlite3-sys/in_gecko"]
bundled-windows = ["libsqlite3-sys/bundled-windows"]
# Build bundled sqlite with -fsanitize=address
with-asan = ["libsqlite3-sys/with-asan"]
# Helper feature for enabling both `bundled` and most non-build-related optional
# features or dependencies. This is useful for running tests / clippy / etc. New