Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build][asan] make dpkg cache asan-aware #10750

Merged
merged 3 commits into from
May 31, 2022

Commits on Apr 27, 2022

  1. [build][asan] make dpkg cache asan-aware

    Currently, the build with ASAN_ENABLE=y reuses the packages built with
    ASAN_ENABLE=n (and vice versa). To address this issue, ASAN_ENABLE is added to the
    SONIC_COMMON_FLAGS_LIST.
    
    Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
    Yakiv-Huryk committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    abb0df6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Revert "[build][asan] make dpkg cache asan-aware"

    This reverts commit abb0df6.
    
    Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
    Yakiv-Huryk committed May 19, 2022
    Configuration menu
    Copy the full SHA
    bdb6b38 View commit details
    Browse the repository at this point in the history
  2. [asan][build] add $(ENABLE_ASAN) to DEP_FLAGS for asan-enabled packages

    Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
    Yakiv-Huryk committed May 19, 2022
    Configuration menu
    Copy the full SHA
    87245ce View commit details
    Browse the repository at this point in the history