Skip to content
Snippets Groups Projects
Commit 0c130a27 authored by Dmitry Ivanov's avatar Dmitry Ivanov
Browse files

fix(pytest): support CARGO_BUILD_TARGET in conftest.py


We have to specify custom targets to disable ASan for build.rs and such.
This affects the path to picodata, so we have to adapt:

```
target/debug/picodata
target/x86_64-unknown-linux-gnu/asan/picodata
```

Also deduce target for ASan build from `rustc -vV`.

Co-Authored-By: default avatarDmitry Rodionov <d.rodionov@picodata.io>
Co-Authored-By: default avatarDmitry Ivanov <d.ivanov@picodata.io>
parent 0d1c9a83
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment