From b0b7fb7ac67c594fc56f8e67fceb6641b6ac9d9f Mon Sep 17 00:00:00 2001 From: Tom Jack Date: Fri, 13 Sep 2019 13:20:40 +0000 Subject: [PATCH] Ligolang tezos repo --- scripts/install_vendors_deps.sh | 2 +- scripts/setup_repos.sh | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/install_vendors_deps.sh b/scripts/install_vendors_deps.sh index 4c07cf691..3da674636 100755 --- a/scripts/install_vendors_deps.sh +++ b/scripts/install_vendors_deps.sh @@ -2,5 +2,5 @@ set -e # Install local dependencies -opam install -y --deps-only $(find src vendors -name \*.opam) +opam install -y --deps-only --with-test $(find src vendors -name \*.opam) opam install -y $(find vendors -name \*.opam) diff --git a/scripts/setup_repos.sh b/scripts/setup_repos.sh index ae085d353..e14c81707 100755 --- a/scripts/setup_repos.sh +++ b/scripts/setup_repos.sh @@ -3,4 +3,9 @@ set -e set -x eval $(opam config env) -opam repo add tezos-opam-repository https://gitlab.com/nomadic-labs/tezos-opam-repository.git + +# Remove the nomadic-labs tezos repo (from ligo switch only) +opam repository remove tezos-opam-repository + +# Add ligolang tezos repo +opam repository add ligolang-tezos-opam-repository https://gitlab.com/ligolang/tezos-opam-repository.git