You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try cargo build in the rutabaga_gfx directory. It should fail with something like:
error[E0599]: no method named `len` found for struct `regex::Match` in the current scope
--> /usr/local/google/home/gurchetansingh/gfx/vulkano/vulkano/autogen/extensions.rs:920:34
|
920 | depends = &depends[m.len()..];
| ^^^ method not found in `Match<'_>`
For more information about this error, try `rustc --explain E0599`.
error: could not compile `vulkano` (build script) due to previous error
Interestingly, it does not fail with vulkano version v.0.33.
I'm trying to build Vulkano as a dependency in ToT crosvm, but it started failing.
Try this:
git clone https://chromium.googlesource.com/crosvm/crosvm
Add the following patch, and make sure it points to your internal Vulkano checkout:
Try cargo build in the
rutabaga_gfx
directory. It should fail with something like:Interestingly, it does not fail with vulkano version v.0.33.
Any ideas @Rua?
The text was updated successfully, but these errors were encountered: