We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 build and run this program.
https://github.com/wormhole-foundation/wormhole-scaffolding/tree/main/solana/programs/03_nft_burn_bridging
My solana version
solana-cli 1.14.19 (src:5704dd6e; feat:1879391783)
anchor-cli 0.27.0
The build would fail.
Build should complete
The text was updated successfully, but these errors were encountered:
@barnjamin @a5-pickle can you please help ?
Sorry, something went wrong.
Hi @kamalbuilds, can you please fill out some of the context like steps to reproduce and also include the versions of anchor/solana/rust
steps to reproduce
sure @barnjamin please take a look now
anchor build is not the cmd you should be running, you should use the make file to build/test the programs.
anchor build
eg
make test
https://github.com/wormhole-foundation/wormhole-scaffolding/tree/main/solana#tests
I also filed #61 to up the anchor version which may be what is causing some of those errors
No branches or pull requests
Description and context
Unable to build and run this program.
https://github.com/wormhole-foundation/wormhole-scaffolding/tree/main/solana/programs/03_nft_burn_bridging
My solana version
solana-cli 1.14.19 (src:5704dd6e; feat:1879391783)
anchor-cli 0.27.0
Steps to reproduce
Experienced behavior
The build would fail.
Expected behavior
Build should complete
Solution recommendation
The text was updated successfully, but these errors were encountered: