exclude tested repos
Some checks failed
Test / Run unit tests (pull_request) Failing after 57s
Test / Run integration tests (pull_request) Failing after 5m4s

This commit is contained in:
Roy Crihfield 2023-07-11 07:50:06 +08:00
parent 52902d6493
commit 08b9a9783a

View File

@ -15,7 +15,7 @@ echo CERC_STATEDIFF_DB_GOOSE_MIN_VER=18 >> $CONFIG_DIR/stack.env
# Build and deploy a cluster with only what we need from the stack
$laconic_so setup-repositories \
--exclude github.com/dboreham/foundry,github.com/cerc-io/tx-spammer,github.com/cerc-io/ipld-eth-server \
--exclude github.com/dboreham/foundry,github.com/cerc-io/tx-spammer,github.com/cerc-io/ipld-eth-server,github.com/cerc-io/plugeth,github.com/cerc-io/plugeth-statediff \
--branches-file ./test/stack-refs.txt
$laconic_so build-containers \