From owner-freebsd-gecko@FreeBSD.ORG Mon Mar 23 20:30:16 2015 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF094E2B for ; Mon, 23 Mar 2015 20:30:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB766929 for ; Mon, 23 Mar 2015 20:30:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2NKUGRk058527 for ; Mon, 23 Mar 2015 20:30:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 198854] www/firefox uses kern.smp.cpus for its internal -j logic Date: Mon, 23 Mar 2015 20:30:15 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 20:30:16 -0000 Sean Bruno has reassigned Bugzilla Automation 's request for maintainer-feedback to gecko@FreeBSD.org: Bug 198854: www/firefox uses kern.smp.cpus for its internal -j logic https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198854 --- Description --- If I run a build of packages with poudriere via something like: poudriere bulk -j testjail -J2 www/firefox the build of firefox will determine how many CPUs the buildhost actually has and use that many, e.g. on my host kern.smp.cpus == 8, so the build of www/firefox is invoked with gmake -j8