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

Unable to cargo build-bpf with rustc 1.72.0 #35468

Closed
ASoldo opened this issue Mar 22, 2024 · 1 comment
Closed

Unable to cargo build-bpf with rustc 1.72.0 #35468

ASoldo opened this issue Mar 22, 2024 · 1 comment
Labels
community Community contribution

Comments

@ASoldo
Copy link

ASoldo commented Mar 22, 2024

Problem

Hi I've tried to build hello world program but faced issue:
cargo-build-sbf --version

solana-cargo-build-sbf 1.18.7
platform-tools v1.39
rustc 1.72.0
rustc --version
rustc 1.77.0 (aedd173a2 2024-03-17)

and got this error after running cargo build-bpf:

package `bumpalo v3.15.4` cannot be built because it requires rustc 1.73.0 or newer, while the currently active rustc version is 1.72.0-dev
Either upgrade to rustc 1.73.0 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `bumpalo` supporting rustc 1.72.0-dev

How to resolve this issue?

@ASoldo ASoldo added the community Community contribution label Mar 22, 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