Vagrantfile: Enable verbose output from runtime build step
This commit is contained in:
parent
8d8a160d92
commit
b3237586a9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if [ ! -e "$HOME/steam-runtime" ]; then
|
||||||
git clone https://github.com/ValveSoftware/steam-runtime.git
|
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 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
|
./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
|
fi
|
||||||
|
|
||||||
if [ ! -e "$HOME/bin/schroot_wrapper" ]; then
|
if [ ! -e "$HOME/bin/schroot_wrapper" ]; then
|
||||||
|
|
Loading…
Reference in a new issue