-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat(native_blockifier): make cairo_native a feature of native blockifier #2625
base: 12-10-fix_native_blockifier_activate_testing_feature_only_in_dev_dependencies
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Artifacts upload workflows: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 12-10-fix_native_blockifier_activate_testing_feature_only_in_dev_dependencies #2625 +/- ##
===============================================================================================================
Coverage ? 9.73%
===============================================================================================================
Files ? 133
Lines ? 17499
Branches ? 17499
===============================================================================================================
Hits ? 1703
Misses ? 15455
Partials ? 341 ☔ View full report in Codecov by Sentry. |
87f762c
to
5522b07
Compare
f0a0b89
to
90901bb
Compare
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.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @dorimedini-starkware and @Yoni-Starkware)
scripts/build_native_blockifier.sh
line 19 at r1 (raw file):
pypy3.9 -m venv /tmp/venv source /tmp/venv/bin/activate cargo build --release -p native_blockifier --features "cairo_native" || clean
Do we also want to add it to the ci? I.e., building native blockifier with the cairo_native feature?
Code quote:
cargo build --release -p native_blockifier --features "cairo_native"
crates/native_blockifier/Cargo.toml
line 10 at r1 (raw file):
[features] cairo_native = ["blockifier/cairo_native"]
Like :)
Code quote:
cairo_native = ["blockifier/cairo_native"]
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @noaov1 and @Yoni-Starkware)
scripts/build_native_blockifier.sh
line 19 at r1 (raw file):
Previously, noaov1 (Noa Oved) wrote…
Do we also want to add it to the ci? I.e., building native blockifier with the cairo_native feature?
this is the script the CI runs for the native blockifier build :)
5522b07
to
db2cbb1
Compare
90901bb
to
301d797
Compare
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.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Yoni-Starkware)
scripts/build_native_blockifier.sh
line 19 at r1 (raw file):
Previously, dorimedini-starkware wrote…
this is the script the CI runs for the native blockifier build :)
Got it :) What about cargo test
?
db2cbb1
to
06da31a
Compare
301d797
to
40d927e
Compare
No description provided.