You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppress Azurite API version checking in documentation builds.
The az tool used to create the bucket now requires an API version greater than what Azurite supports. This may be a mistake on their part (but has not resolved after a day) or may indicate that Azurite is no longer actively supported.
Either way, for now it is easiest to suppress the version check so CI builds can proceed. Other corrective action can be taken later as needed.
(cherry picked from commit b52ebe1)
Changes compared to the original commit:
- Our branch got a cache mismatch issue. It wasn't observed on the
upstream because results of the build-package test depend on the project
version specified in the src/version.h. If the version has the
'dev' suffix, a special code path will be chosen, modifying the test file.
It doesn't seem that we can easily change the version though,
as there is other logic bound to it. Instead, just update the cache.
0 commit comments