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/ci] Enable native code analysis nightly #6420

Merged
merged 6 commits into from
Oct 26, 2021
Merged

Commits on Oct 22, 2021

  1. [build/ci] Run native code analyzer tests nightly

    Context: aaa37c3
    
    Updates the build to conditionally run `<ClangTidyCheck/>` and build
    extra native libraries with the ASAN and UBSAN runtime sanitizers when
    `'$(EnableNativeAnalyzers)' == 'true'`.
    
    We will only enable this behavior in our nightly builds, and the
    `*-checked+asan` and `*-checked+ubsa` native libraries have been removed
    from our regular installers.  Nightly tests have been updated to run
    against these `*-checked+*` native libraries.
    pjcollins committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    3aaf482 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    5a87f85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0458da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13ed931 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    e5e2649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4bdf0 View commit details
    Browse the repository at this point in the history