Skip to content

Move Miri CI to a daily cron job#6243

Merged
apoelstra merged 1 commit into
rust-bitcoin:masterfrom
jamillambert:0526-Miri-daily
May 27, 2026
Merged

Move Miri CI to a daily cron job#6243
apoelstra merged 1 commit into
rust-bitcoin:masterfrom
jamillambert:0526-Miri-daily

Conversation

@jamillambert

@jamillambert jamillambert commented May 26, 2026

Copy link
Copy Markdown
Contributor

Miri takes hours and rarely completes on a PR, cancelled ones give a red x on the PR the same as a CI failure.

Run it instead on a daily schedule like fuzz and kani.

Use the same tool as used for fuzz and kani to produce an issue when it fails.

Closes #5883

Miri takes hours and rarely completes on a PR. Run it instead on a daily
schedule like fuzz and kani.

Use the same tool to produce an issue when it fails.
@github-actions github-actions Bot added the ci label May 26, 2026
@jamillambert

jamillambert commented May 26, 2026

Copy link
Copy Markdown
Contributor Author

I set it to start at 10:00 UTC since Kani runs until about 2 then the Fuzz job starts at 5 and ends around 9.

Previous successful runs of Miri on PRs took 5-6h.

@apoelstra apoelstra left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK be46afd; successfully ran local tests

@apoelstra apoelstra merged commit 70fdbf1 into rust-bitcoin:master May 27, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Miri CI takes forever

2 participants