mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
Add Vagrantfile
This commit is contained in:
parent
b082362df4
commit
0b267b2dc0
1
rust-bindings/rust/.gitignore
vendored
1
rust-bindings/rust/.gitignore
vendored
@ -4,3 +4,4 @@ cargo
|
||||
sccache
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
.vagrant
|
||||
|
10
rust-bindings/rust/Vagrantfile
vendored
Normal file
10
rust-bindings/rust/Vagrantfile
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "bento/fedora-latest"
|
||||
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
dnf install -y cargo curl make ostree-devel podman rust
|
||||
echo "cd /vagrant" >> ~vagrant/.bash_profile
|
||||
SHELL
|
||||
end
|
Loading…
Reference in New Issue
Block a user