summaryrefslogtreecommitdiff
path: root/etc/etc.armv7
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2024-10-12 07:36:54 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2024-10-12 07:36:54 +0000
commitb98a78c59b864130e74bc99b05f8add0460dd913 (patch)
tree07632ed7828c0f1df3a954b666cce7ae0aaacb22 /etc/etc.armv7
parent5ff2b7f8cfb7689480fd5404f56c18746718403d (diff)
introduce a new build class to be used by the build user
this class will be required for the upcoming llvm update that requires bumped datasize because of llvm-tblgen ok deraadt@
Diffstat (limited to 'etc/etc.armv7')
-rw-r--r--etc/etc.armv7/login.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/etc.armv7/login.conf b/etc/etc.armv7/login.conf
index 879b625a9b6..176831880d8 100644
--- a/etc/etc.armv7/login.conf
+++ b/etc/etc.armv7/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.16 2024/08/04 20:06:04 phessler Exp $
+# $OpenBSD: login.conf,v 1.17 2024/10/12 07:36:52 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@@ -88,6 +88,14 @@ authpf:\
:tc=default:
#
+# Building LLVM in base requires higher limits
+#
+build:\
+ :datasize-max=1843M:\
+ :datasize-cur=1843M:\
+ :tc=default:
+
+#
# Building ports with DPB uses raised limits
#
pbuild:\