Skip to content

Commit

Permalink
ci: install test dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <dave.scott@docker.com>
  • Loading branch information
djs55 committed Aug 1, 2017
1 parent dbecc01 commit 1a66941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OPAMVERBOSE=1 opam install --deps-only tcpip -y
OPAMVERBOSE=1 opam install tcpip -t

opam install $(ls -1 ${OPAM_REPO}/packages/upstream) -y
OPAMVERBOSE=1 opam install --deps-only vpnkit -y
OPAMVERBOSE=1 opam install --deps-only -t vpnkit -y

OPAMVERBOSE=1 make
# One test requires 1026 file descriptors
Expand Down

0 comments on commit 1a66941

Please sign in to comment.