Skip to content

Commit

Permalink
[nanodbc] no uwp (#35251)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Nov 24, 2023
1 parent 00360d6 commit cd5e746
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ports/nanodbc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "nanodbc",
"version": "2.13.0",
"port-version": 7,
"port-version": 8,
"description": "A small C++ wrapper for the native C ODBC API.",
"homepage": "https://github.com/nanodbc/nanodbc",
"supports": "!uwp",
"dependencies": [
{
"name": "unixodbc",
Expand Down
2 changes: 0 additions & 2 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,6 @@ nana:arm64-android=fail
nana:x64-android=fail
nana:x64-linux=fail
nana:x64-osx=fail
nanodbc:arm64-uwp=fail
nanodbc:x64-uwp=fail
nanodbc:x64-linux=skip
netcdf-cxx4:x64-windows-static-md=fail
ngspice:x64-android=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5822,7 +5822,7 @@
},
"nanodbc": {
"baseline": "2.13.0",
"port-version": 7
"port-version": 8
},
"nanoflann": {
"baseline": "1.5.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nanodbc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "47782a521b53acaa6ee44a2956a2e98d17a20e50",
"version": "2.13.0",
"port-version": 8
},
{
"git-tree": "b57473b86bc71733209e195206d253f1dd3658b2",
"version": "2.13.0",
Expand Down

0 comments on commit cd5e746

Please sign in to comment.