mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 09:40:17 +01:00
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:
parent
f6f0bc0dce
commit
34a929f96e
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue