pin
pin
FWIW running `cargo clippy` on NetBSD using Rust-1.91.1 built from source on a clone of `wgpu` main branch (trunk) where the latest commit is f5586124704ea3dd496878b4c0b4f83aa847122f, _i.e._ without my changes yields...
@ErichDonGubler thanks for the hints. NetBSD doesn't support Vulkan, only OpenGL. So, I would say it should be excluded. I'll have a look at it tomorrow, need to get some...
@ErichDonGubler May I request further pointers? I've changed `wgpu-core/src/instance.rs` to exclude NetBSD as we don't support Vulkan. I've done this doing the following at lines [254](https://github.com/gfx-rs/wgpu/blob/500e2baedfcfb93c2eec33f05a406bd8728bd8a0/wgpu-core/src/instance.rs#L254) and [929](https://github.com/gfx-rs/wgpu/blob/500e2baedfcfb93c2eec33f05a406bd8728bd8a0/wgpu-core/src/instance.rs#L929) ``` #[cfg(all(...
> Update from me here: Just waiting on the author to make progress. Excited to see it happen, but no rush. 🙂 Lets take it by parts, shall we 🥲...
@Wumpf I'll do it again according to the linked docs and report back, thanks. I'll look at the CI tests if the outcome of the above is OK.
@Wumpf Thought I had sometime to run the tests today ~~but, I'm getting:~~ ``` ~> cargo xtask test Compiling wgpu-info v27.0.0 (/home/pin/Git/wgpu/wgpu-info) Finished `dev` profile [unoptimized + debuginfo] target(s) in...
@Wumpf Is this good enough for a platform that doesn't support Vulkan? Regarding the CI, I've tried to add NetBSD equivalent support to the existing OpenBSD support. I don't see...
@Wumpf I get this one failing, as said, we don't have Vulkan ``` FAIL [ 0.101s] naga::naga snapshots::convert_snapshots_spv stdout ─── running 1 test Assembling '8151-barrier-reorder.spvasm' test snapshots::convert_snapshots_spv ... FAILED failures:...
@Wumpf I've tried to look at this ... > So long story short, it would be great to check why wgpu-test::wgpu-validation api::instance::multi_instance::multi_instance is running in the first place. But otherwise...
@Wumpf I don't get why this [clippy run](https://github.com/gfx-rs/wgpu/actions/runs/20062863208/job/57543894143?pr=8695#step:10:197) only fails on NetBSD and not on other platforms. Else, all checks are successful. **EDIT:** On Void Linux, I get a different...