Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
174 stars 124 forks source link

Static analysis is disabled during check-in CI tests #5922

Open LarryOsterman opened 1 month ago

LarryOsterman commented 1 month ago

C++ compiler static analysis is disabled during pre-check-in CI tests.

This means that pull requests can be completed but then fail the nightly verification builds because static analysis is enabled there.

To enable static analysis in the CI pipeline, the AZURE_ENABLE_STATIC_ANALYSIS environment variable needs to be added in the job configuration (ci.tests.yml).

RickWinter commented 2 weeks ago

Lets add this to the CI gates.