Skip to content

Commit 5503a3c

Browse files
authored
Remove remnant of holesky from Makefile (#3787)
1 parent d779031 commit 5503a3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,13 @@ VERIF_PROXY_OUT_PATH ?= build/libverifproxy/
131131
ifeq ($(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
138136
GIT_SUBMODULE_CONFIG := -c lfs.fetchexclude=/public-keys/all.txt,/metadata/genesis.ssz,/parsed/parsedConsensusGenesis.json
139137

140138
GIT_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; \

0 commit comments

Comments
 (0)