Solana-program incorrectly uses jobserver
feature with cc
#35601
Labels
community
Community contribution
jobserver
feature with cc
#35601
Problem
As reported in rust-lang/cc-rs#1099 (comment) and fixed in rust-lang/cc-rs#1150,
solana-program
should not usefeatures = ["parallel", "jobserver"]
for thecc
build dependency.Proposed Solution
Change it to only use
features = ["parallel"]
The text was updated successfully, but these errors were encountered: