Skip to content

πŸ’š ci: Fix macos x86_64 build #323

πŸ’š ci: Fix macos x86_64 build

πŸ’š ci: Fix macos x86_64 build #323

Triggered via push June 15, 2024 02:47
Status Success
Total duration 8m 25s
Artifacts

ci.yml

on: push
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
[clippy] jpegxl-rs/src/encode/metadata.rs#L22: jpegxl-rs/src/encode/metadata.rs#L22
error: transmute used without annotations --> jpegxl-rs/src/encode/metadata.rs:22:39 | 22 | JxlBoxType(unsafe { std::mem::transmute(t) }) | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<[u8; 4], [i8; 4]>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations = note: `-D clippy::missing-transmute-annotations` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::missing_transmute_annotations)]`
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1.0.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.