Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ocilib] does support non windows arm #31295

Merged
merged 1 commit into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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