Description
#81481 added a test which hard-codes the availability of quic for the runtime CI configuration:
This test fails on our internal CI builds both on Fedora and RHEL as there is no quic there.
The other test that was added in this PR (SupportedLinuxPlatformsWithMsquic_IsSupportedIsTrue
) looks like it is doing the right thing: check the IsSupported
based on the availability of the native libmsquic
library.
Can we remove SupportedLinuxPlatforms_IsSupportedIsTrue
?
Additionally, SupportedLinuxPlatformsWithMsquic_IsSupportedIsTrue
can probably be improved by using NativeLibrary
to try and load libmsquic
, and also verify that when the native library is not present, IsSupported
returns false
.
@ManickaP @CarnaViire @wfurt @karelz wdyt?
cc @omajid
Known Issue Error Message
Fill the error message using known issues guidance.
{
"ErrorMessage": "",
"BuildRetry": false
}