File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -131,16 +131,13 @@ VERIF_PROXY_OUT_PATH ?= build/libverifproxy/
131131ifeq ($(NIM_PARAMS ) ,)
132132# "variables.mk" was not included, so we update the submodules.
133133# selectively download nimbus-eth2 submodules because we don't need all of it's modules
134- # also holesky already exceeds github LFS quota
134+ # also hoodi already exceeds github LFS quota
135135
136- # We don't need these `vendor/holesky` files but fetching them
137- # may trigger 'This repository is over its data quota' from GitHub
138136GIT_SUBMODULE_CONFIG := -c lfs.fetchexclude=/public-keys/all.txt,/metadata/genesis.ssz,/parsed/parsedConsensusGenesis.json
139137
140138GIT_SUBMODULE_UPDATE := git -c submodule."vendor/nimbus-eth2".update=none submodule update --init --recursive; \
141139 git $(GIT_SUBMODULE_CONFIG ) submodule update vendor/nimbus-eth2; \
142140 cd vendor/nimbus-eth2; \
143- git $(GIT_SUBMODULE_CONFIG ) submodule update --init vendor/holesky; \
144141 git $(GIT_SUBMODULE_CONFIG ) submodule update --init vendor/sepolia; \
145142 git $(GIT_SUBMODULE_CONFIG ) submodule update --init vendor/hoodi; \
146143 git $(GIT_SUBMODULE_CONFIG ) submodule update --init vendor/gnosis-chain-configs; \
You can’t perform that action at this time.
0 commit comments