mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:59:05 +08:00
[gmp] correct supports field to run CI for other platforms (#15957)
* fix supports field to correctly run CI for other platforms * Merge from master * Update baseline version * Fix the format issue * Fix baseline version * Revert the changes for host * Fix the baseline version * Disable mpfr:x64-osx and mpfr:x64-linux in Ci testing Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
This commit is contained in:
parent
617247756f
commit
6d3a6a3129
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "gmp",
|
||||
"version-string": "6.2.1",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "The GNU Multiple Precision Arithmetic Library",
|
||||
"homepage": "https://gmplib.org",
|
||||
"supports": "windows & !(arm | arm64)",
|
||||
"supports": "!(windows & (arm | arm64))",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vs-yasm",
|
||||
|
@ -993,6 +993,8 @@ mpir:x64-windows-static-md=skip
|
||||
mpir:arm64-windows=skip
|
||||
mpir:x64-osx=skip
|
||||
mpir:x64-linux=skip
|
||||
mpfr:x64-osx=fail
|
||||
mpfr:x64-linux=fail
|
||||
msix:x64-linux=fail
|
||||
msix:x64-osx=fail
|
||||
msix:x64-windows-static=fail
|
||||
|
@ -2262,7 +2262,7 @@
|
||||
},
|
||||
"gmp": {
|
||||
"baseline": "6.2.1",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "1.25.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f53fd9a3e8e462a592c3811cf6c9dd2aec0f31e1",
|
||||
"version-string": "6.2.1",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "3b7459d7ea886b86c9c80890c0b697df9df3cce1",
|
||||
"version-string": "6.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user