Skip to content

Commit

Permalink
[ocilib] does support non windows arm
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed May 10, 2023
1 parent 512d62f commit e0ef012
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/ocilib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ocilib",
"version": "4.7.5",
"port-version": 1,
"port-version": 2,
"description": "OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.",
"homepage": "https://vrogier.github.io/ocilib/",
"license": "Apache-2.0",
"supports": "!(arm | uwp)"
"supports": "!uwp & !(arm & windows)"
}
3 changes: 0 additions & 3 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1067,9 +1067,6 @@ numactl:x64-windows-static-md=fail
numactl:x86-windows=fail
nvtt:x64-android=fail
oatpp-libressl:x64-android=fail
ocilib:arm-uwp=fail
ocilib:arm64-windows=fail
ocilib:x64-uwp=fail
ocilib:x64-windows-static-md=fail
octomap:arm-uwp=fail
octomap:x64-uwp=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5722,7 +5722,7 @@
},
"ocilib": {
"baseline": "4.7.5",
"port-version": 1
"port-version": 2
},
"octomap": {
"baseline": "1.9.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/ocilib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2e11027c9b427b4c46e47227da9ce270119f6ea1",
"version": "4.7.5",
"port-version": 2
},
{
"git-tree": "9a48c5a6650bc58fdea2fe06d75c3347d89e483a",
"version": "4.7.5",
Expand Down

0 comments on commit e0ef012

Please sign in to comment.