Skip to content

feat: Remove SteamVR driver registration modes #4966

feat: Remove SteamVR driver registration modes

feat: Remove SteamVR driver registration modes #4966

Triggered via pull request March 19, 2025 18:06
Status Failure
Total duration 8m 16s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
check-macos
Process completed with exit code 101.
check-linux-latest
Process completed with exit code 101.
check-linux-latest: alvr/launcher/src/actions.rs#L156
error[E0308]: mismatched types --> alvr/launcher/src/actions.rs:156:52 | 156 | let adb_path = alvr_adb::commands::require_adb(&layout, |downloaded, total| { | ------------------------------- ^^^^^^^ expected `&Layout`, found `&Option<Layout>` | | | arguments to this function are incorrect | = note: expected reference `&alvr_filesystem::Layout` found reference `&std::option::Option<alvr_filesystem::Layout>` note: function defined here --> /home/runner/work/ALVR/ALVR/alvr/adb/src/commands.rs:139:8 | 139 | pub fn require_adb( | ^^^^^^^^^^^
check-linux-old
Process completed with exit code 101.
check-linux-old: alvr/launcher/src/actions.rs#L156
error[E0308]: mismatched types --> alvr/launcher/src/actions.rs:156:52 | 156 | let adb_path = alvr_adb::commands::require_adb(&layout, |downloaded, total| { | ------------------------------- ^^^^^^^ expected `&Layout`, found `&Option<Layout>` | | | arguments to this function are incorrect | = note: expected reference `&alvr_filesystem::Layout` found reference `&std::option::Option<alvr_filesystem::Layout>` note: function defined here --> /home/runner/work/ALVR/ALVR/alvr/adb/src/commands.rs:139:8 | 139 | pub fn require_adb( | ^^^^^^^^^^^
check-msrv-linux
Process completed with exit code 101.
check-windows
Process completed with exit code 1.
check-windows: alvr/launcher/src/actions.rs#L156
error[E0308]: mismatched types --> alvr\launcher\src\actions.rs:156:52 | 156 | let adb_path = alvr_adb::commands::require_adb(&layout, |downloaded, total| { | ------------------------------- ^^^^^^^ expected `&Layout`, found `&Option<Layout>` | | | arguments to this function are incorrect | = note: expected reference `&alvr_filesystem::Layout` found reference `&std::option::Option<alvr_filesystem::Layout>` note: function defined here --> D:\a\ALVR\ALVR\alvr\adb\src\commands.rs:139:8 | 139 | pub fn require_adb( | ^^^^^^^^^^^
check-msrv-windows
Process completed with exit code 1.