Always run setup_repos.sh, never setup_dev_switch.sh, upon make build-deps
This commit is contained in:
parent
0c6f233507
commit
8e8824c74a
3
Makefile
3
Makefile
@ -13,8 +13,9 @@ build-deps:
|
||||
export PATH="/usr/local/bin$${PATH:+:}$${PATH:-}"
|
||||
# Create opam dev switch locally for use with Ligo, add merlin/etc
|
||||
if [ -n "`opam switch show | grep -P ".+/ligo"`" ];
|
||||
then :; else scripts/setup_dev_switch.sh;
|
||||
then :; else scripts/setup_switch.sh;
|
||||
fi
|
||||
scripts/setup_repos.sh
|
||||
eval $$(opam config env)
|
||||
# Install OCaml build dependencies for Ligo
|
||||
scripts/install_vendors_deps.sh
|
||||
|
Loading…
Reference in New Issue
Block a user