Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workaround to avoid cleaning specific crates in devnet scripts #508

Merged
merged 2 commits into from
Dec 21, 2021

Conversation

jsdanielh
Copy link
Member

  • Change the devnet actions CI frequency to run each 2 hours instead
    of each hour.
    This is because the script would take more time to run due to a WA
    for a recent rustc issue where we need to clean the whole project
    to compile a new genesis.
  • Avoid cleaning specific crates since latest rustc nightly
    presents issues with the disk cache when doing a clean of a
    specific crate as reported
    here.
    This affects only the devnet scripts and would make the CI to
    take longer to run these scripts.

Avoid cleaning specific crates since latest `rustc` nightly
presents issues with the disk cache when doing a clean of a
specific crate as reported
[here](rust-lang/rust#92163).
This affects only the devnet scripts and would make the CI to
take longer to run these scripts.
Change the devnet actions CI frequency to run each 2 hours instead
of each hour.
This is because the script would take more time to run due to a WA
for a recent `rustc` issue where we need to clean the whole project
to compile a new genesis.
@jsdanielh jsdanielh merged commit 85f3f91 into albatross Dec 21, 2021
@jsdanielh jsdanielh deleted the jsdanielh/wa branch December 21, 2021 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants