Hi, On 2021-11-06 18:07:09 -0400, Tom Lane wrote: > Andres Freund <[email protected]> writes: > > This appears to have broken msvc pgcrypto being tested with msvc. I think > > that's because pgcrypto is still listed in the "base" @contrib_excludes and > > thus just isn't getting built anymore, now that the special-case build rule > > is > > gone? > > I came to the same conclusion and pushed that change. We'll soon > see whether it's sufficient.
It was sufficient. The tests are still running, but the pgcrypto test just passed (see contribcheck_test): https://cirrus-ci.com/task/6128369478664192 vs previous run before rebasing: https://cirrus-ci.com/task/5856750176829440 This is the meson branch, but testing the src/tools/msvc style build. Greetings, Andres Freund
