rust-bitcoin / rust-secp256k1

Rust language bindings for Bitcoin secp256k1 library.
Creative Commons Zero v1.0 Universal
350 stars 270 forks source link

CI: Run the nightly update job at 5 past midnight #739

Closed tcharding closed 2 months ago

tcharding commented 2 months ago

Currently we run the job at midnight here and in bitcoin, this led recently to one using the nightly toolchain from the 10th of Sep and the other using the toolchain from 11th of Sep.

Update to run at 5 past so this doesn't happen again.

tcharding commented 2 months ago

Also done in https://github.com/rust-bitcoin/rust-bitcoin/pull/3351

apoelstra commented 2 months ago

Lol, I can't test anything on this repo because clippy is failing with the nightly-version that is committed since https://github.com/rust-bitcoin/rust-secp256k1/pull/738

I can disable clippy for now but I think instead we should fix the issue so that we don't have red Xs on everything.

apoelstra commented 2 months ago

Needs #740.

tcharding commented 2 months ago

that is committed since https://github.com/rust-bitcoin/rust-secp256k1/pull/738

Bollocks, hard to get good help huh :)

tcharding commented 2 months ago

Rebased. Added mention of UTC while I was at it.