-
Notifications
You must be signed in to change notification settings - Fork 80
deps: bump wasmtime => 6.0.0 #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
554dc4e to
d2ef7b0
Compare
8af4c77 to
d86dc5a
Compare
Signed-off-by: river phillips <[email protected]>
Signed-off-by: river phillips <[email protected]>
Signed-off-by: river phillips <[email protected]>
Signed-off-by: river phillips <[email protected]>
Signed-off-by: river phillips <[email protected]>
Signed-off-by: river phillips <[email protected]>
5ffee50 to
fadf474
Compare
PiotrSikora
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasmtime usually bleeding edge Rust features, so you might need to update rules_rust to latest version to pull a more recent version of Rust for Wasmtime v6.0.0 to compile.
| ): [ | ||
| "@wasmtime__linux_raw_sys__0_0_46//:linux_raw_sys", | ||
| ], | ||
| "//conditions:default": [], | ||
| }) + selects.with_or({ | ||
| # cfg(any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))) | ||
| ( | ||
| "@rules_rust//rust/platform:i686-unknown-linux-gnu", | ||
| "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", | ||
| "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", | ||
| "@rules_rust//rust/platform:arm-unknown-linux-gnueabi", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be removed. That's why you're seeing all those errors about missing linux_raw_sys.
Always try to verify the diff between the old and new version of the patch. That's the easiest way to spot issues.
Signed-off-by: river phillips <[email protected]>
Signed-off-by: river phillips <[email protected]>
455cd91 to
80eb60c
Compare
|
@RiverPhillips please look at the diff between existing and new versions of Bazel rules for |
|
I'm going to close this an re-open a new PR for 6.0.1 |
No description provided.