Skip to content

Conversation

@glitch003
Copy link
Collaborator

@glitch003 glitch003 commented Dec 12, 2024

Right now we have a hardcoded lit actions commit hash. This will try to pull down the latest and use that, instead. Github artifacts expire 30 days after publishing so this is prob why CI broke.

This is an extension of #736 where I debugged the underlying issue (well, multiple issues) and found that the commit hash was the first broken thing (because the artifact gets deleted after 30 days), and then we needed to change the rust/lit-node-build-commit-hash ubuntu version to 22, which finally fixed it.

This uses our own fork of an action that will pull the latest hash from the lit-assets repo, which is here: https://github.com/LIT-Protocol/last-successful-build-action

@glitch003 glitch003 marked this pull request as ready for review December 12, 2024 03:07
@glitch003 glitch003 requested a review from Ansonhkg as a code owner December 12, 2024 03:07
Copy link
Contributor

@FedericoAmura FedericoAmura left a comment

Choose a reason for hiding this comment

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

Great findings!!!

@Ansonhkg Ansonhkg merged commit 806264a into master Dec 13, 2024
5 checks passed
@Ansonhkg Ansonhkg deleted the feature/get-latest-commit-hash-for-shiva branch December 13, 2024 20:58
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.

4 participants