contrib/vagrant/provision.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 26 Aug 2021 17:47:50 -0700
branchstable
changeset 48747 ae28d37f5969
parent 21874 8da01b6e7b49
permissions -rw-r--r--
automation: use m6i instances This instance type is much, much faster than t3 and can perform tasks much quicker. Differential Revision: https://phab.mercurial-scm.org/D12131

#!/bin/sh
# This scripts is used to install dependencies for
# testing Mercurial. Mainly used by Vagrant (see
# Vagrantfile for details).

export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y -q python-dev unzip
# run-tests.sh is added by Vagrantfile
chmod +x run-tests.sh