Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@febo
Copy link
Contributor

@febo febo commented Oct 21, 2025

Problem

The upstream compiler uses target_arch = "bpf" when compiling to bpfel-unknown-none target, while the cfg conditional compilation is currently using only target_os = "solana".

Solution

Add target_arch = "bpf" along side target_os = "solana".

Note: Needs #389 to go first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant