Skip to content

Conversation

bkchr
Copy link
Contributor

@bkchr bkchr commented Jul 23, 2025

Before we always redownloaded the snapshot every time running the job. Now the snapshots are generated 1am every day and then used from there.

  • Does not require a CHANGELOG entry

Before we always redownloaded the snapshot every time running the job. Now the snapshots are generated 1am every day and then used from there.
cargo install -q --git https://github.com/paritytech/try-runtime-cli --tag v0.8.0 --locked && try-runtime --version

cargo build --profile production -p ${{ matrix.runtime.package }} --features try-runtime -q --locked
try-runtime --version
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't try-runtime installed only for generate-snapshots?
Don't we need to pass it also via "Download Snapshot" or something?

- name: Generate snapshot for ${{ matrix.runtime.name }}
run: |
echo "Generating snapshot for ${{ matrix.runtime.name }}..."
cargo install -q --git https://github.com/paritytech/try-runtime-cli --tag v0.8.0 --locked
Copy link
Member

Choose a reason for hiding this comment

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

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.

3 participants