diff --git a/.circleci/port-android.txt b/.circleci/port-android.txt index 09536760..646bc3ce 100644 --- a/.circleci/port-android.txt +++ b/.circleci/port-android.txt @@ -7,4 +7,3 @@ nsync ruy tensorflow-lite dlpack -onnxruntime diff --git a/test/azure-port-linux.txt b/test/azure-port-linux.txt index 1939b6d1..6105b920 100644 --- a/test/azure-port-linux.txt +++ b/test/azure-port-linux.txt @@ -1,4 +1,3 @@ tensorflow-lite[gpu] onnx[disable-static-registration] -onnxruntime[training] abseil diff --git a/test/self-hosted.json b/test/self-hosted.json index 89783bc1..0ba4240e 100644 --- a/test/self-hosted.json +++ b/test/self-hosted.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "test", - "version-date": "2024-08-10", + "version-date": "2024-11-17", "description": "vcpkg registry maintained by @luncliff", "homepage": "https://github.com/luncliff/vcpkg-registry", "supports": "windows", diff --git a/test/vcpkg.json b/test/vcpkg.json index ab6908ed..a3c0fef3 100644 --- a/test/vcpkg.json +++ b/test/vcpkg.json @@ -55,12 +55,16 @@ "test" ] }, + { + "name": "onnxruntime", + "platform": "linux" + }, { "name": "onnxruntime", "features": [ - "test" + "coreml" ], - "platform": "osx | linux" + "platform": "osx | ios" }, { "name": "opencl",