Skip to content
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

Solana-program incorrectly uses jobserver feature with cc #35601

Closed
waywardmonkeys opened this issue Jul 12, 2024 · 1 comment
Closed

Solana-program incorrectly uses jobserver feature with cc #35601

waywardmonkeys opened this issue Jul 12, 2024 · 1 comment
Labels
community Community contribution

Comments

@waywardmonkeys
Copy link

Problem

As reported in rust-lang/cc-rs#1099 (comment) and fixed in rust-lang/cc-rs#1150, solana-program should not use features = ["parallel", "jobserver"] for the cc build dependency.

Proposed Solution

Change it to only use features = ["parallel"]

@waywardmonkeys waywardmonkeys added the community Community contribution label Jul 12, 2024
Copy link
Contributor

This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

No branches or pull requests

1 participant