From 28162447ed34935e0b9202e887de414605d88f60 Mon Sep 17 00:00:00 2001 From: Anders Hoglund Date: Wed, 27 Sep 2017 18:19:41 +0200 Subject: [PATCH] Update Vagrant env with libblocksruntime-dev required by unittest. --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index f21fcf0a902..5188db64ccb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -31,6 +31,7 @@ Vagrant.configure(2) do |config| apt-get update apt-get install -y git gcc-arm-embedded=6-2017q2-1~xenial1 apt-get install -y make python gcc clang + apt-get install -y libblocksruntime-dev SHELL end