Skip to content

Commit

Permalink
Add missing dependencies to Makefile (#820)
Browse files Browse the repository at this point in the history
* Update Makefile to install missing plugins

When running `make install` there are missing plugins that `asdf` needs to install

* Update Makefile install dependency for plugins
  • Loading branch information
agusaldasoro authored Aug 13, 2024
1 parent 49950c5 commit 29f74b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ifeq ($(OSFLAG),$(WINDOWS))
exit 1
endif
ifeq ($(OSFLAG),$(OSX))
brew install gpg
brew install asdf
asdf plugin-add nodejs || true
asdf plugin-add rust || true
Expand All @@ -38,6 +39,9 @@ ifeq ($(OSFLAG),$(OSX))
asdf plugin add actionlint || true
asdf plugin add shellcheck || true
asdf plugin add kubectl || true
asdf plugin add yarn || true
asdf plugin add golangci-lint || true
asdf plugin add mockery || true
asdf install
go install github.com/smartcontractkit/chainlink-testing-framework/tools/gotestloghelper@latest
endif
Expand Down

0 comments on commit 29f74b7

Please sign in to comment.