summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-10-27 21:56:18 +0200
committerTharre <tharre3@gmail.com>2018-10-27 21:56:18 +0200
commit0ffd2625f63866d04adbe88586c387ba415d78c4 (patch)
treea06f9612f3d587c7a2a29acc29daaea15dc05425
parentd5a45dc389d5f6a63d503f4083f54138b2ffb22b (diff)
downloaddotfiles-0ffd2625f63866d04adbe88586c387ba415d78c4.tar.gz
dotfiles-0ffd2625f63866d04adbe88586c387ba415d78c4.tar.xz
dotfiles-0ffd2625f63866d04adbe88586c387ba415d78c4.zip
makepkg: don't build in tmpfs by default
Building in tmpfs is more trouble than it's worth, even with rather large amounts of RAM many packages run out of space while building. Combined with the fact that SSDs can actually sustain a really large amounts of writes makes it unnecessary.
-rw-r--r--.makepkg.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/.makepkg.conf b/.makepkg.conf
index 04bdfcb..2d44f5a 100644
--- a/.makepkg.conf
+++ b/.makepkg.conf
@@ -6,6 +6,3 @@ COMPRESSXZ=(xz -T 0 -c -z -)
# Don't compress packages
PKGEXT='.pkg.tar'
-
-# build in tmpfs by default
-BUILDDIR=/tmp/makepkg