solana-labs / solana

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

Home Page:https://solanalabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solana-program incorrectly uses `jobserver` feature with `cc`

waywardmonkeys opened this issue · comments

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"]

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