[openxr-loader] remove from CI baseline (#24057)

* [openxr-loader] remove from CI baseline

* OSX is not supported

* version

* Fix supports

* version
This commit is contained in:
Thomas1664 2022-04-11 17:47:23 +02:00 committed by GitHub
parent 26680008b2
commit 5d1860a189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{ {
"name": "openxr-loader", "name": "openxr-loader",
"version": "1.0.22", "version": "1.0.22",
"port-version": 2, "port-version": 3,
"description": "A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices", "description": "A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices",
"homepage": "https://github.com/KhronosGroup/OpenXR-SDK", "homepage": "https://github.com/KhronosGroup/OpenXR-SDK",
"license": "Apache-2.0", "license": "Apache-2.0",
"supports": "!uwp", "supports": "!uwp & !osx",
"dependencies": [ "dependencies": [
"jsoncpp", "jsoncpp",
{ {

View File

@ -950,7 +950,6 @@ openvr:arm-uwp=fail
openvr:x64-osx=fail openvr:x64-osx=fail
openvr:x64-uwp=fail openvr:x64-uwp=fail
openvr:x64-windows-static=fail openvr:x64-windows-static=fail
openxr-loader:x64-osx=fail
optional-bare:arm64-windows = skip optional-bare:arm64-windows = skip
optional-bare:arm-uwp = skip optional-bare:arm-uwp = skip
optional-bare:x64-linux = skip optional-bare:x64-linux = skip

View File

@ -5190,7 +5190,7 @@
}, },
"openxr-loader": { "openxr-loader": {
"baseline": "1.0.22", "baseline": "1.0.22",
"port-version": 2 "port-version": 3
}, },
"optimus-cpp": { "optimus-cpp": {
"baseline": "0.3.0", "baseline": "0.3.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e26b91f539cbbba23cc6ccd2eb9106322ba1c81c",
"version": "1.0.22",
"port-version": 3
},
{ {
"git-tree": "27baef30397d0db0e6cc01d6f60a86e2ff4df238", "git-tree": "27baef30397d0db0e6cc01d6f60a86e2ff4df238",
"version": "1.0.22", "version": "1.0.22",