Skip to content

Commit

Permalink
Vagrantfile: adding workaround for exec previleges in /run
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm authored and tgraf committed Mar 21, 2017
1 parent ebcc0c0 commit 978a2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ echo 'cd ~/go/src/github.com/cilium/cilium' >> /home/vagrant/.bashrc
SCRIPT

$build = <<SCRIPT
# FIXME remove this hack
sudo mount -o remount,exec tmpfs /run
~/go/src/github.com/cilium/cilium/common/build.sh
rm -fr ~/go/bin/cilium*
SCRIPT
Expand Down

0 comments on commit 978a2e8

Please sign in to comment.