Skip to content

Skip ignoring spl2.0 dependency issue #109

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

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions .github/.ghaignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,19 @@ tokens/spl-token-minter/anchor
tokens/token-swap/anchor
tokens/transfer-tokens/anchor

# not building with stable solana
tokens/token-2022/mint-close-authority/native
tokens/token-2022/non-transferable/native
tokens/token-2022/default-account-state/native
tokens/token-2022/transfer-fee/native
tokens/token-2022/multiple-extensions/native

# not building
oracles/pyth/anchor
Comment on lines 21 to 22
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# not building
oracles/pyth/anchor
# not building. TODO: fix.
oracles/pyth/anchor


# avm broke hence can't build
# can't use anchor.toml [toolchain] with stable rust
# update these programs to use latest anchor version to fix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# update these programs to use latest anchor version to fix
# TODO: update these programs to use latest anchor version to fix

Add a TODO for this, people sometimes search for TODO and fix them for you!

tokens/token-2022/group/anchor
tokens/token-2022/immutable-owner/anchor
tokens/token-2022/interest-bearing/anchor
tokens/token-2022/memo-transfer/anchor

# not building
compression/cutils/anchor
compression/cnft-vault/anchor
# builds but need to test on localhost
compression/cnft-burn/anchor

# not building due to > spl 2.0 dependency issue
tokens/token-2022/group/anchor
tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
tokens/escrow/anchor
Loading