automation: build packages in builder's home dir

When compiling on Fedora with 2GB large tmpfs there is not enough
space for it. We need to switch to some larger partition.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/294
This commit is contained in:
Vladimír Beneš 2019-09-27 10:46:40 +02:00 committed by Thomas Haller
parent f6f0bc0dce
commit 34a929f96e

View file

@ -2,7 +2,7 @@
set -exv
BUILD_DIR="${BUILD_DIR:-/tmp/nm-build}"
BUILD_DIR="${BUILD_DIR:-$HOME/nm-build}"
BUILD_ID="${BUILD_ID:-master}"
BUILD_REPO="${BUILD_REPO-https://github.com/NetworkManager/NetworkManager.git}"
BUILD_REPO2="${BUILD_REPO2-git://github.com/NetworkManager/NetworkManager.git}"