Move toolchain related functions to their own file in cargo-build-sbf#6947
Move toolchain related functions to their own file in cargo-build-sbf#6947LucasSte merged 3 commits intoanza-xyz:masterfrom
cargo-build-sbf#6947Conversation
I think we agreed on |
Oh yes. I should have checked our conversation before typing the summary. My memory failed me. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6947 +/- ##
=======================================
Coverage 83.2% 83.2%
=======================================
Files 856 856
Lines 376390 376390
=======================================
+ Hits 313281 313311 +30
+ Misses 63109 63079 -30 🚀 New features to boost your workflow:
|
joncinque
left a comment
There was a problem hiding this comment.
I didn't take a close look at the logic, but the refactor makes sense to me!
Problem
As suggested by @febo, I was changing the Solana toolchain name to
1.84.1-spbf-solana-v1.50(<rust_version>-sbpf-solana-<platform_tools_version>), but I found that the file is very confusing since the toolchain functions are intertwined with the compilation steps.Summary of Changes
This PR has no functional change. It puts the toolchain related functions into their own file.