Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
ssh-build: allow running multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Apr 29, 2019
1 parent 47d0b4c commit 27d7be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildscripts/ssh-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ append "set -e"
append "sudo apt -y update"
append "sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -yq"
append "sudo apt -y install build-essential htop python unzip pkg-config p7zip-full"
append "sudo umount /mnt || true"
append "sudo mount -t tmpfs -o size=64G tmpfs /mnt"
append "wget https://cmake.org/files/v$CMAKE_VERSION/cmake-$CMAKE_VERSION.0-Linux-x86_64.tar.gz"
append "tar xvf cmake-$CMAKE_VERSION.0-Linux-x86_64.tar.gz"
Expand Down

0 comments on commit 27d7be1

Please sign in to comment.