Skip to content

chore: Fix CI#6329

Merged
t-nelson merged 2 commits intoanza-xyz:masterfrom
steviez:fix_ci
May 27, 2025
Merged

chore: Fix CI#6329
t-nelson merged 2 commits intoanza-xyz:masterfrom
steviez:fix_ci

Conversation

@steviez
Copy link
Copy Markdown

@steviez steviez commented May 27, 2025

Problem

CI is currently broken. The cause appears to be "transitive" feature enablement. That is, we were previously getting the frozen-abi feature for some crates due to our dependency on solana-sdk.

Each of the below PR's individually/independently passed CI, but it appears that they cumulatively resulted in us not having frozen-abi feature for runtime and core:

Summary of Changes

Explicitly mark frozen-abi feature dependency and update Cargo.lock files to get CI passing again

@steviez steviez changed the title chore: Update Cargo.lock to fix CI chore: Fix CI May 27, 2025
@t-nelson t-nelson merged commit 4ba219c into anza-xyz:master May 27, 2025
58 checks passed
@steviez steviez deleted the fix_ci branch May 27, 2025 21:09
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.8%. Comparing base (060ff07) to head (98b3330).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6329   +/-   ##
=======================================
  Coverage    82.8%    82.8%           
=======================================
  Files         846      846           
  Lines      378217   378217           
=======================================
+ Hits       313274   313291   +17     
+ Misses      64943    64926   -17     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

mircea-c pushed a commit to mircea-c/agave that referenced this pull request Jun 12, 2025
* Add frozen-abi feature explicitly

* chore: Update Cargo.lock to fix CI
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.

3 participants