-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1565: fix(io-engine/rebuild): read asan options and backtrace at runtime r=tiagolobocastro a=tiagolobocastro refactor(io-engine): tidy up print asan vars Use macro to avoid repeating var name. Signed-off-by: Tiago Castro <[email protected]> --- fix(io-engine/rebuild): read asan options and backtrace at runtime ASAN_OPTIONS and RUST_BACKTRACE were mistakenly read at compile time. Specifically RUST_BACKTRACE was causing rebuilds when read at compile time as it seems its value changes. Signed-off-by: Tiago Castro <[email protected]> Co-authored-by: Tiago Castro <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters