Skip to content

Commit 6d134a7

Browse files
authored
fix: Skip ignoring spl2.0 dependency issue (#2) (#109)
1 parent 54e9b43 commit 6d134a7

File tree

28 files changed

+1344
-1054
lines changed

28 files changed

+1344
-1054
lines changed

.github/.ghaignore

+8-12
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,19 @@ tokens/spl-token-minter/anchor
1818
tokens/token-swap/anchor
1919
tokens/transfer-tokens/anchor
2020

21-
# not building with stable solana
22-
tokens/token-2022/mint-close-authority/native
23-
tokens/token-2022/non-transferable/native
24-
tokens/token-2022/default-account-state/native
25-
tokens/token-2022/transfer-fee/native
26-
tokens/token-2022/multiple-extensions/native
27-
2821
# not building
2922
oracles/pyth/anchor
3023

24+
# avm broke hence can't build
25+
# can't use anchor.toml [toolchain] with stable rust
26+
# update these programs to use latest anchor version to fix
27+
tokens/token-2022/group/anchor
28+
tokens/token-2022/immutable-owner/anchor
29+
tokens/token-2022/interest-bearing/anchor
30+
tokens/token-2022/memo-transfer/anchor
31+
3132
# not building
3233
compression/cutils/anchor
3334
compression/cnft-vault/anchor
3435
# builds but need to test on localhost
3536
compression/cnft-burn/anchor
36-
37-
# not building due to > spl 2.0 dependency issue
38-
tokens/token-2022/group/anchor
39-
tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
40-
tokens/escrow/anchor

0 commit comments

Comments
 (0)