diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2024-10-12 07:36:54 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2024-10-12 07:36:54 +0000 |
commit | b98a78c59b864130e74bc99b05f8add0460dd913 (patch) | |
tree | 07632ed7828c0f1df3a954b666cce7ae0aaacb22 /etc/etc.riscv64 | |
parent | 5ff2b7f8cfb7689480fd5404f56c18746718403d (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.riscv64')
-rw-r--r-- | etc/etc.riscv64/login.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/etc.riscv64/login.conf b/etc/etc.riscv64/login.conf index bf85474fc2b..3b7f99072b6 100644 --- a/etc/etc.riscv64/login.conf +++ b/etc/etc.riscv64/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.7 2023/11/13 11:33:52 jca Exp $ +# $OpenBSD: login.conf,v 1.8 2024/10/12 07:36:53 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:\ |