Skip to content

Commit

Permalink
[vcpkg baseline][readosm/jemalloc] Disable uwp build and cleanup (#26455
Browse files Browse the repository at this point in the history
)

* [vcpkg baseline][readosm] Disable uwp build

* version

* Cleanup baseline
  • Loading branch information
JackBoosY committed Aug 22, 2022
1 parent 0f089d0 commit 3fefadf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ports/readosm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "readosm",
"version-string": "1.1.0a",
"port-version": 2,
"port-version": 3,
"description": "ReadOSM is an open source library to extract valid data from within an Open Street Map input file (.osm or .osm.pbf)",
"homepage": "https://www.gaia-gis.it/gaia-sins/readosm-sources",
"license": "MPL-1.1",
"supports": "!uwp",
"dependencies": [
"expat",
{
Expand Down
2 changes: 0 additions & 2 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,9 @@ irrlicht:x64-uwp=fail
isal:x64-linux=skip
jemalloc:arm64-windows=fail
jemalloc:arm-uwp=fail
jemalloc:x64-linux=fail
jemalloc:x64-osx=fail
jemalloc:arm64-osx=fail
jemalloc:x64-uwp=fail
jemalloc:x64-windows-static=fail
jinja2cpplight:arm-uwp=fail
jinja2cpplight:x64-uwp=fail
kfr:arm64-windows=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6254,7 +6254,7 @@
},
"readosm": {
"baseline": "1.1.0a",
"port-version": 2
"port-version": 3
},
"realsense2": {
"baseline": "2.50.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/readosm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e04328cccd78bf8d4ec57d70059d49501b361292",
"version-string": "1.1.0a",
"port-version": 3
},
{
"git-tree": "4a5f7efaec651bab56e95ba4db4e8d9316050b9c",
"version-string": "1.1.0a",
Expand Down

0 comments on commit 3fefadf

Please sign in to comment.