Merge pull request #465 from spacemeshos/dependabot/cargo/reqwest-0.1… #1495
ci.yml
on: push
Annotations
5 warnings
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
manually reimplementing `div_ceil`:
scrypt-ocl/src/lib.rs#L287
warning: manually reimplementing `div_ceil`
--> scrypt-ocl/src/lib.rs:287:17
|
287 | (labels_to_init + self.preferred_wg_size_mult - 1) / self.preferred_wg_size_mult
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.div_ceil()`: `labels_to_init.div_ceil(self.preferred_wg_size_mult)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil
= note: `#[warn(clippy::manual_div_ceil)]` on by default
|
manually reimplementing `div_ceil`:
src/prove.rs#L118
warning: manually reimplementing `div_ceil`
--> src/prove.rs:118:52
|
118 | let end_group = std::cmp::max(start_group + 1, (nonces.end + per_aes - 1) / per_aes);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.div_ceil()`: `nonces.end.div_ceil(per_aes)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil
= note: `#[warn(clippy::manual_div_ceil)]` on by default
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
k2pow-service-linux
|
2.58 MB |
|
k2pow-service-linux-arm64
|
2.59 MB |
|
k2pow-service-macos
|
2.36 MB |
|
k2pow-service-macos-m1
|
2.28 MB |
|
k2pow-service-windows
|
2.03 MB |
|
libpost-linux
|
3.6 MB |
|
libpost-linux-arm64
|
3.65 MB |
|
libpost-macos
|
3.41 MB |
|
libpost-macos-m1
|
3.34 MB |
|
libpost-windows
|
3.48 MB |
|
post-service-linux
|
4.32 MB |
|
post-service-linux-arm64
|
4.36 MB |
|
post-service-macos
|
3.96 MB |
|
post-service-macos-m1
|
3.82 MB |
|
post-service-windows
|
3.46 MB |
|
profiler-linux
|
1.42 MB |
|
profiler-linux-arm64
|
1.4 MB |
|
profiler-macos
|
1.29 MB |
|
profiler-macos-m1
|
1.22 MB |
|
profiler-windows
|
1.09 MB |
|