Closed as not planned
Description
I have seen several cases where our tests runs ahead of libmsquic
availability. When that happens, we either wait or build the code from source. When we build from source, we pin to a specific version. I don't think either of those cases are desirable.
I think it would much better if we could set an ENV in our container images that had the effect of disabling any tests that relied on libmsquic
. Once the MSQuic supported for that OS, we could then install the packages in the image (and remove the ENV).
I'm looking for ways to making managing our infra cheaper. This change would help significantly. I believe that libmsquic
is a unique component, not coming from the distro or our team, but somewhere else (at least for our test images).
Related: