From d695dce1a7ea28433db8e893025d1ec66fb077b2 Mon Sep 17 00:00:00 2001 From: Dawsyn Schraiber <32221234+dawsynth@users.noreply.github.com> Date: Sun, 12 Nov 2023 01:06:57 -0500 Subject: Header styles and file naming conventions; CMake ARM Linux musl Compiler Co-authored-by: Gregory Wainer --- Vagrantfile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Vagrantfile (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 0000000..7f542e1 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,31 @@ +#----------------------------------------------------------------------- +$bootstrap = <> .bashrc +rm -r arm-linux-musleabihf-cross.tgz + +BOOTSTRAP +#----------------------------------------------------------------------- + + +# Configuration +Vagrant.configure("2") do |config| + config.vm.box = "debian/bullseye64" + config.vm.box_version = "11.20230615.1" + + # (default timeout is 300 s) + config.vm.boot_timeout = 600 + + # set up the VM + config.vm.provision "shell", inline: $bootstrap +end -- cgit v1.2.3