Skip to content

Commit

Permalink
update supports field in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Oct 20, 2022
1 parent 27208a7 commit 684ba5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions ports/vowpalwabbit/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Reduction based online learning framework with a focus on contextual bandits and reinforcement learning.",
"homepage": "https://github.com/vowpalwabbit/vowpal_wabbit",
"license": "BSD-3-Clause",
"supports": "!x86 & !uwp & !(windows & arm)",
"dependencies": [
"boost-math",
"flatbuffers",
Expand Down
4 changes: 1 addition & 3 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1132,8 +1132,6 @@ v8:x64-osx=fail
v8:x64-uwp=fail
vectorclass:arm64-windows=fail
vectorclass:arm-uwp=fail
vowpalwabbit:arm64-windows=fail
vowpalwabbit:x86-windows=fail
vulkan:arm64-windows=fail
vulkan:arm-uwp=fail
vulkan:x64-linux=fail
Expand Down Expand Up @@ -1248,7 +1246,7 @@ cmake-user:x64-windows=pass
cmake-user:x86-windows=pass
qt:x64-windows=pass
qt:x64-windows-static=pass
# qt:x64-windows-static-md=pass # hunspell is fail so this cannot pass.
# qt:x64-windows-static-md=pass # hunspell is fail so this cannot pass.
qt:arm64-windows=pass
qt:x64-linux=pass
# qt:x64-osx=pass # gstreamer issues preventing qtmultimedia
Expand Down

0 comments on commit 684ba5b

Please sign in to comment.