/vagrant-hardenedbsd-rust

a Vagrant box for building Rust binaries for HardenedBSD

Primary LanguageMakefile

vagrant-hardenedbsd-rust: a Vagrant box for building Rust binaries for HardenedBSD

WARNING

This box is likely to break as HardenedBSD breaks ABI with FreeBSD, unless someone begins maintaining a dedicated HardenedBSD target for rustup.

VAGRANT CLOUD

https://app.vagrantup.com/mcandre/boxes/vagrant-hardenedbsd-rust

EXAMPLE

$ cd test
$ vagrant up
$ vagrant ssh -c "cd /vagrant && rustc hello.rs && ./hello"
Hello World!

RUNTIME REQUIREMENTS

Recommended

BUILDTIME REQUIREMENTS

EXPORT

$ make vagrant-hardenedbsd-rust.box