From 64a41538c88bb01ed62421dda349f3e2f8f31c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Mon, 26 Feb 2018 11:58:39 -0500 Subject: [PATCH] CI: add missing 'test' package in the cached opam repository --- scripts/ci/create_opam_repository.tezos_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/create_opam_repository.tezos_deps.sh b/scripts/ci/create_opam_repository.tezos_deps.sh index 5f2d3abef..c19469757 100755 --- a/scripts/ci/create_opam_repository.tezos_deps.sh +++ b/scripts/ci/create_opam_repository.tezos_deps.sh @@ -48,7 +48,7 @@ done # Hack: it loks like there is too many cycle in the opam-repository, # when using `opam-bundle --with-test --with-doc`, so we manually # inline some of the test and doc dependencies. -extra_packages="depext alcotest-lwt ocp-indent odoc" +extra_packages="depext alcotest-lwt ocp-indent odoc ounit" if ! [ -f "$build_dir"/opam-repository-master.tgz ]; then echo