mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Update Vagrant env with libblocksruntime-dev required by unittest.
This commit is contained in:
parent
5d5a572823
commit
28162447ed
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -31,6 +31,7 @@ Vagrant.configure(2) do |config|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y git gcc-arm-embedded=6-2017q2-1~xenial1
|
apt-get install -y git gcc-arm-embedded=6-2017q2-1~xenial1
|
||||||
apt-get install -y make python gcc clang
|
apt-get install -y make python gcc clang
|
||||||
|
apt-get install -y libblocksruntime-dev
|
||||||
SHELL
|
SHELL
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue