From b3237586a9f9b346afad638341db88206e4d9e80 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 29 Jul 2019 10:36:19 -0500 Subject: [PATCH] Vagrantfile: Enable verbose output from runtime build step --- vagrant-user-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant-user-setup.sh b/vagrant-user-setup.sh index a736f5a5a..10ebf17da 100755 --- a/vagrant-user-setup.sh +++ b/vagrant-user-setup.sh @@ -5,7 +5,7 @@ if [ ! -e "$HOME/steam-runtime" ]; then git clone https://github.com/ValveSoftware/steam-runtime.git ./steam-runtime/setup_docker.sh amd64 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev ./steam-runtime/setup_docker.sh i386 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev32 - (cd steam-runtime && ./build-runtime.py --output=./runtime/) + (cd steam-runtime && ./build-runtime.py --verbose --output=./runtime/) fi if [ ! -e "$HOME/bin/schroot_wrapper" ]; then