-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 CI Action to build Solana contracts #15886
Add CI Action to build Solana contracts #15886
Conversation
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
…ainlink into jlavera/add-ci-action-to-build-contracts
I see you updated files related to
|
# short_revision=$(grep "github.com/smartcontractkit/chainlink-ccip/chains/solana" deployment/go.mod | awk '{print $2}' | sed 's/^v//' | awk -F- '{print $NF}') | ||
short_revision=8973fd0c912b | ||
|
||
# long_revision=$(gh api /repos/smartcontractkit/chainlink-ccip/commits/$short_revision | jq -r .sha) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the Github checkout action doesn't support short sha.
in order to use the gh api
CLI, we need the gh token, which doesn't seem to be available at this point.
I'll improve this later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jlaveracll can remove the comments please ?
can add anything you want as a TODO in the comments please ?
this context will be lost to the person reviewing the branch against develop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of CCIP_REVISION can we call it CHAINLINK_CCIP_COMMIT please (long/short)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't intend these changes to make it to develop, I just want to unblock you guys.
Addressed the feedback and will continue cleaning this up in a different branch
671cf8b
to
013c8ab
Compare
|
Requires
Supports