cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

Fix Appveyor job #66

Closed petrutlucian94 closed 2 years ago

petrutlucian94 commented 2 years ago

Fix Appveyor job

The CI job is currently failing as the signing algorithm is set for "Release" and "Debug" builds but not for the "Analyze" one.

At the same time, the Analyze job is a resource intensive operation which now times out under Appveyor, for which reason we're going to temporarily disable it.

When preparing or reviewing driver changes, we recommend running the static code analysis by invoking the "Analyze" build locally.