Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
add make rules to fetch actor bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Apr 14, 2022
1 parent 34022f3 commit a375d53
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ build/.update-modules:

# end git modules

# builtin actor bundles
builtin-actor-bundles:
./build/builtin-actors/fetch-bundles.sh

BUILD_DEPS+=builtin-actor-bundles

.PHONY: builtin-actor-bundles

## MAIN BINARIES

CLEAN+=build/.update-modules
Expand Down Expand Up @@ -362,4 +370,4 @@ print-%:
@echo $*=$($*)

circleci:
go generate -x ./.circleci
go generate -x ./.circleci

0 comments on commit a375d53

Please sign in to comment.