feat: Remove SteamVR driver registration modes #4966
rust.yml
on: pull_request
check-windows
6m 23s
check-linux-latest
3m 17s
check-linux-old
3m 53s
check-macos
1m 10s
build-android
1m 42s
tests
49s
check-format
29s
check-msrv-windows
8m 7s
check-msrv-linux
3m 58s
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.
|