Skip to content

Major Changes to Reproducible Builds (#53) #206

Major Changes to Reproducible Builds (#53)

Major Changes to Reproducible Builds (#53) #206

Triggered via push July 16, 2024 18:39
Status Success
Total duration 2m 11s
Artifacts

mac.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
deref which would be done by auto-deref: check/src/verify.rs#L91
warning: deref which would be done by auto-deref --> check/src/verify.rs:91:37 | 91 | extract_compressed_wasm(&*result.input).len() | ^^^^^^^^^^^^^^ help: try: `&result.input` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: check/src/verify.rs#L69
warning: deref which would be done by auto-deref --> check/src/verify.rs:69:65 | 69 | let tx_prelude = extract_program_evm_deployment_prelude(&*result.input); | ^^^^^^^^^^^^^^ help: try: `&result.input` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref = note: `#[warn(clippy::explicit_auto_deref)]` on by default
(aarch64-apple-darwin, stable)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
(aarch64-apple-darwin, nightly)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/