1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

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@
This commit is contained in:
robert 2024-10-12 07:36:52 +00:00
parent 496cac56d4
commit ce178b8520
14 changed files with 105 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.12 2022/02/21 06:38:57 robert Exp $
# $OpenBSD: login.conf,v 1.13 2024/10/12 07:36:52 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -87,6 +87,9 @@ authpf:\
:shell=/usr/sbin/authpf:\
:tc=default:
build:\
:tc=default:
#
# Building ports with DPB uses raised limits
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.24 2023/11/12 14:41:41 robert Exp $
# $OpenBSD: login.conf,v 1.25 2024/10/12 07:36:52 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -87,6 +87,13 @@ 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:\

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.16 2023/11/12 14:41:41 robert 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.
@ -87,6 +87,14 @@ authpf:\
:shell=/usr/sbin/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
#

View File

@ -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.
@ -87,6 +87,14 @@ authpf:\
:shell=/usr/sbin/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
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.14 2022/02/21 06:38:57 robert Exp $
# $OpenBSD: login.conf,v 1.15 2024/10/12 07:36:52 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -87,6 +87,9 @@ authpf:\
:shell=/usr/sbin/authpf:\
:tc=default:
build:\
:tc=default:
#
# Building ports with DPB uses raised limits
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.20 2023/12/31 16:05:50 bluhm Exp $
# $OpenBSD: login.conf,v 1.21 2024/10/12 07:36:52 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -86,6 +86,14 @@ authpf:\
:shell=/usr/sbin/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
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.12 2022/02/21 06:38:57 robert Exp $
# $OpenBSD: login.conf,v 1.13 2024/10/12 07:36:52 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -87,6 +87,9 @@ authpf:\
:shell=/usr/sbin/authpf:\
:tc=default:
build:\
:tc=default:
#
# Building ports with DPB uses raised limits
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.19 2023/12/15 10:17:40 miod Exp $
# $OpenBSD: login.conf,v 1.20 2024/10/12 07:36:52 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -87,6 +87,14 @@ authpf:\
:shell=/usr/sbin/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
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.12 2022/02/21 06:38:57 robert Exp $
# $OpenBSD: login.conf,v 1.13 2024/10/12 07:36:52 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -87,6 +87,9 @@ authpf:\
:shell=/usr/sbin/authpf:\
:tc=default:
build:\
:tc=default:
#
# Building ports with DPB uses raised limits
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.19 2023/12/11 19:52:40 kettenis Exp $
# $OpenBSD: login.conf,v 1.20 2024/10/12 07:36:53 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -86,6 +86,14 @@ authpf:\
:shell=/usr/sbin/authpf:\
:tc=default:
#
# Building LLVM in base requires higher limits
#
build:\
:datasize-max=1536M:\
:datasize-cur=1536M:\
:tc=default:
#
# Building ports with DPB uses raised limits
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.16 2023/11/16 13:47:42 deraadt Exp $
# $OpenBSD: login.conf,v 1.17 2024/10/12 07:36:53 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -87,6 +87,14 @@ authpf:\
:shell=/usr/sbin/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
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.8 2023/11/14 21:31:01 gkoehler Exp $
# $OpenBSD: login.conf,v 1.9 2024/10/12 07:36:53 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -86,6 +86,14 @@ authpf:\
:shell=/usr/sbin/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
#

View File

@ -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.
@ -87,6 +87,14 @@ authpf:\
:shell=/usr/sbin/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
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.21 2023/12/11 19:52:40 kettenis Exp $
# $OpenBSD: login.conf,v 1.22 2024/10/12 07:36:53 robert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -86,6 +86,14 @@ authpf:\
:shell=/usr/sbin/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
#