Skip to content

Commit

Permalink
Add osx as supported by the port, but set arm-osx and x64-osx as …
Browse files Browse the repository at this point in the history
…failing in CI baseline
  • Loading branch information
JoergAtGithub committed Nov 2, 2024
1 parent 99c74c0 commit b971892
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/vst3sdk/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Virtual Studio Technology (VST) is an audio plug-in software interface that facilitates the integration of software synthesizers and effects in digital audio workstations (DAW)",
"homepage": "https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/API+Documentation/Index.html",
"license": "GPL-3.0-only",
"supports": "!android & !uwp & !(arm64 & windows) & !osx",
"supports": "!android & !uwp & !(arm64 & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
3 changes: 3 additions & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,9 @@ v8:x86-windows=fail
vowpal-wabbit:arm-neon-android=fail
vowpal-wabbit:arm64-android=fail
vowpal-wabbit:x64-android=fail
# vst3sdk CMake files work only with the GUI version of Xcode
vst3sdk:arm-osx=fail
vst3sdk:x64-osx=fail
vtk-m:arm-neon-android=fail
vtk-m:arm64-android=fail
vtk-m:x64-android=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/v-/vst3sdk.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "8eb78d0e00a30feb495416ae5f4022fb0f3f9225",
"git-tree": "b0dd3c9776f07c517858092509aefc769dc791ea",
"version-string": "v3.7.12_build_20",
"port-version": 0
},
Expand Down

0 comments on commit b971892

Please sign in to comment.