Skip to content

Commit 86913d4

Browse files
authored
Merge pull request #748 from Maxxen/v1.5-variegata-dev
Update VCPKG baseline + don't special build CURL
2 parents 783ecbb + 541d7a6 commit 86913d4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
require spatial
22

33
query I
4-
SELECT st_maximuminscribedcircle('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::GEOMETRY);
4+
SELECT st_maximuminscribedcircle('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::GEOMETRY).radius;
55
----
6-
{'center': 'POINT (0.5 0.5)', 'nearest': 'POINT (0.5 0)', 'radius': 0.5}
6+
0.5
77

88
statement error
99
SELECT st_maximuminscribedcircle('POLYGON EMPTY'::GEOMETRY);
1010
----
11-
IllegalArgumentException: Empty input geometry is not supported
11+
Invalid Input Error: IllegalArgumentException: Empty input is not supported

vcpkg.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
},
1818
{
1919
"name": "curl",
20-
"platform": "!wasm32 & !ios & !android",
21-
"features": ["openssl"],
22-
"default-features": false
20+
"platform": "!wasm32 & !ios & !android"
2321
},
2422
{
2523
"name": "gdal",
@@ -46,5 +44,5 @@
4644
}
4745
]
4846
},
49-
"builtin-baseline" : "ce613c41372b23b1f51333815feb3edd87ef8a8b"
47+
"builtin-baseline" : "84bab45d415d22042bd0b9081aea57f362da3f35"
5048
}

0 commit comments

Comments
 (0)