-
Notifications
You must be signed in to change notification settings - Fork 70
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
Support packaging cairo-plugins in Scarb #1527
Comments
Draft pull request opened here: #1586 |
After this is done, integrate Foundry package uploads to CI |
github-merge-queue bot
pushed a commit
that referenced
this issue
Oct 14, 2024
## Changes - Allow packaging cairo-plugins - Run `cargo package` to normalize `Cargo.toml` and verify rust code for proc macros - Skip `cargo package` and verification for builtin plugins - Pass relevant configuration options from `scarb package` to `cargo package` - Update manifest normalization to include normalized `[cairo-plugin]` section - Fix `shared_lib_path` resolution to support packages mismatched scarb / cargo name and version ## Related issues Closes #1527 --------- Signed-off-by: Maksim Zdobnikau <[email protected]> Signed-off-by: maciektr <[email protected]> Co-authored-by: maciektr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
builtin = true
Cairo plugins - only manifest normalizationcairo-plugin
sectioncargo package
first? Do we need Cargo.toml manifest normalization?The text was updated successfully, but these errors were encountered: