mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:19:07 +08:00
9f69089cb9
s2n fails to build with gcc 11 (see https://github.com/aws/s2n-tls/issues/2989) due to problematic type declarations which generate compiler warnings, coupled with the fact that s2n builds with -Werror by default. The underlying bug is not yet fixed upstream. Building with -Werror is not helpful for an end user trying to use s2n from vcpkg, since a build failure like this is not actionable. This change therefore uses the UNSAFE_TREAT_AS_ERRORS=OFF option to disable -Werror.
35 lines
775 B
JSON
35 lines
775 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"git-tree": "7cb2325defd326de178cf524bd5db039ff1dc112",
|
|
"version": "1.3.0",
|
|
"port-version": 1
|
|
},
|
|
{
|
|
"git-tree": "a8252a918117164e1f6472663244fda74690f849",
|
|
"version": "1.3.0",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "b1f3fbca47339363713845a0e8e06c52c1198a2a",
|
|
"version": "1.1.1",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "13b9d04cbee992cf866560de89551ceaf7dfc277",
|
|
"version": "1.1.0",
|
|
"port-version": 0
|
|
},
|
|
{
|
|
"git-tree": "8df5dce6a28decc5f853d2efd6d657374709d1b2",
|
|
"version": "1.0.17",
|
|
"port-version": 1
|
|
},
|
|
{
|
|
"git-tree": "10a083844c389053abc2f6ca624f9080712b6b34",
|
|
"version": "1.0.17",
|
|
"port-version": 0
|
|
}
|
|
]
|
|
}
|