CI: Run the nightly update job at 5 past midnight#739
Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom Sep 12, 2024
Merged
CI: Run the nightly update job at 5 past midnight#739apoelstra merged 1 commit intorust-bitcoin:masterfrom
apoelstra merged 1 commit intorust-bitcoin:masterfrom
Conversation
Member
Author
|
Also done in rust-bitcoin/rust-bitcoin#3351 |
Kixunil
previously approved these changes
Sep 12, 2024
Member
|
Lol, I can't test anything on this repo because clippy is failing with the 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. |
Member
|
Needs #740. |
Member
Author
Bollocks, hard to get good help huh :) |
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.
300daef to
624fd47
Compare
Member
Author
|
Rebased. Added mention of UTC while I was at it. |
chain-forgexcr45
added a commit
to chain-forgexcr45/rust-secp256k1
that referenced
this pull request
Sep 28, 2025
… at 5 past midnight
624fd47574484827c269f7779005939761c6047a CI: Run the nightly update job at 5 past midnight (Tobin C. Harding)
Pull request description:
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.
ACKs for top commit:
apoelstra:
ACK 624fd47574484827c269f7779005939761c6047a successfully ran local tests
Tree-SHA512: 6fe9a4e2d6c3c04c962f99611f3536a99787393214402a0de2632eb867271560744b842c633c5318281f6e40ad848d42a88bfe6a7f393d19d8601d8e67590620
william2332-limf
added a commit
to william2332-limf/rust-secp256k1
that referenced
this pull request
Oct 2, 2025
… at 5 past midnight
624fd47574484827c269f7779005939761c6047a CI: Run the nightly update job at 5 past midnight (Tobin C. Harding)
Pull request description:
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.
ACKs for top commit:
apoelstra:
ACK 624fd47574484827c269f7779005939761c6047a successfully ran local tests
Tree-SHA512: 6fe9a4e2d6c3c04c962f99611f3536a99787393214402a0de2632eb867271560744b842c633c5318281f6e40ad848d42a88bfe6a7f393d19d8601d8e67590620
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.