Skip to content

Commit

Permalink
test: exclude onnxruntime in some CI services
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Nov 17, 2024
1 parent 857a5d5 commit bd46d47
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion .circleci/port-android.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ nsync
ruy
tensorflow-lite
dlpack
onnxruntime
1 change: 0 additions & 1 deletion test/azure-port-linux.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tensorflow-lite[gpu]
onnx[disable-static-registration]
onnxruntime[training]
abseil
2 changes: 1 addition & 1 deletion test/self-hosted.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 6 additions & 2 deletions test/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,16 @@
"test"
]
},
{
"name": "onnxruntime",
"platform": "linux"
},
{
"name": "onnxruntime",
"features": [
"test"
"coreml"
],
"platform": "osx | linux"
"platform": "osx | ios"
},
{
"name": "opencl",
Expand Down

0 comments on commit bd46d47

Please sign in to comment.