Skip to content

Commit 802e603

Browse files
author
Bengt Lofgren
committed
changed makefile to ignore idl
1 parent 31b99fd commit 802e603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solana/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ endif
4242

4343
.PHONY: anchor-test-setup
4444
anchor-test-setup: node_modules ts/tests/artifacts $(CLONED_MAINNET_PROGRAMS)
45-
anchor build -- --features integration-test
45+
anchor build --no-idl -- --features integration-test
4646

4747
.PHONY: idl
4848
idl:
@@ -65,7 +65,7 @@ anchor-test: anchor-test-setup
6565

6666
.PHONY: anchor-test-upgrade
6767
anchor-test-upgrade: node_modules ts/tests/artifacts $(CLONED_MAINNET_PROGRAMS)
68-
anchor build -- --features testnet
68+
anchor build --no-idl -- --features testnet
6969
cp target/deploy/matching_engine.so ts/tests/artifacts/new_testnet_matching_engine.so
7070
cp target/deploy/token_router.so ts/tests/artifacts/new_testnet_token_router.so
7171
cp target/deploy/upgrade_manager.so ts/tests/artifacts/testnet_upgrade_manager.so

0 commit comments

Comments
 (0)