Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2023 05:40:41 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d36c5ee92e1 - main - cad/verilator: Enable MAKE_JOBS_UNSAFE because the build is killed otherwise
Message-ID:  <202306190540.35J5efUv002702@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d36c5ee92e135cc693a8536c6f935748dbcf1da

commit 7d36c5ee92e135cc693a8536c6f935748dbcf1da
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-19 04:55:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-19 05:40:34 +0000

    cad/verilator: Enable MAKE_JOBS_UNSAFE because the build is killed otherwise
    
    ... due to compilation processes taking too much memory.
    
    Reported by:    fallout
---
 cad/verilator/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile
index 0945ccf36c14..e8e0a6967a87 100644
--- a/cad/verilator/Makefile
+++ b/cad/verilator/Makefile
@@ -40,7 +40,7 @@ TEST_TARGET=	test # tests fail, see https://github.com/verilator/verilator/issue
 
 BINARY_ALIAS=	make=${GMAKE} python3=${PYTHON_CMD} # aliasas are only for tests
 
-#MAKE_JOBS_UNSAFE=	yes # build on 1 CPU because many compile jobs are over 10GB and they can likely cause out-of-memory issues
+MAKE_JOBS_UNSAFE=	yes # build on 1 CPU because many compile jobs are over 10GB and they can likely cause out-of-memory issues
 
 OPTIONS_DEFINE=			INSTALL_DBG_EXECUTABLES LEAK_CHECKS
 OPTIONS_SUB=			yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306190540.35J5efUv002702>