Skip to content

Commit

Permalink
fix: Skip ignoring spl2.0 dependency issue (#2) (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh authored Aug 8, 2024
1 parent 54e9b43 commit 6d134a7
Show file tree
Hide file tree
Showing 28 changed files with 1,344 additions and 1,054 deletions.
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

# 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
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

0 comments on commit 6d134a7

Please sign in to comment.