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

ci: add rust_ci.yaml github workflow #15

Merged
merged 13 commits into from
Dec 17, 2024

Conversation

samlaf
Copy link
Collaborator

@samlaf samlaf commented Dec 16, 2024

Copied over from https://github.com/Layr-Labs/kona/blob/main/.github/workflows/rust_ci.yaml but removed the cannon and asterics stuff for now, we can readd once we've understood how that code works and how to integrate it into our crates.

@samlaf samlaf force-pushed the samlaf/ci--add-rust-ci-github-workflow branch from 1a595ec to e43b501 Compare December 16, 2024 21:17
matrix:
# TODO: add back cannon and asterisc once we are using them
# See https://github.com/Layr-Labs/kona/blob/main/.github/workflows/rust_ci.yaml
target: ["native"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we actually want to build? it takes super long

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@samlaf samlaf requested a review from bxue-l2 December 16, 2024 22:51
@@ -131,7 +131,7 @@ impl From<HintType> for &str {
HintType::L2AccountProof => "l2-account-proof",
HintType::L2AccountStorageProof => "l2-account-storage-proof",
HintType::L2PayloadWitness => "l2-payload-witness",
HintType::AltDACommitment => "altda-commitment",
HintType::EigenDACommitment => "altda-commitment",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't see a problem that changes from altda-commitment, to eigenda-commitment. But we. can decide later

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Actually realized that I had forgotten to change the string: c4ef7c9

@samlaf samlaf merged commit f9ef680 into master Dec 17, 2024
5 checks passed
@samlaf samlaf deleted the samlaf/ci--add-rust-ci-github-workflow branch December 17, 2024 03:18
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