From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from secure.elehost.com (secure.elehost.com [185.209.179.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4F70C387590 for ; Fri, 12 Jun 2026 14:16:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.209.179.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781273801; cv=none; b=FPQ2q3BBTd3tf6x7RPxkDLUCVxurf1KbnMsyeCHvfz23eUe+Y7Ob0vYClmKZ3iQXhZHNTkAX+7Uj2U4UkYC9EvySX5KE7r+9F1KKstlXt2chkeDp5HMKG48LoHvSjeCA0gPviQ7pujxE8NPvcTxJyHGHWkDMnF0QNwruLTCBekk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781273801; c=relaxed/simple; bh=rn7o8Nl7PZf3XqbWq6yyi2M/9+6N06LrCsSJHy4OTwc=; h=From:To:References:In-Reply-To:Subject:Date:Message-ID: MIME-Version:Content-Type; b=Ij7HYqsQh63DUrWUkWzRALvvf4ShZEnp57XEgAw2Yh4xHa+9QkRFyg5dXsAfZsJsZeOgSidweUBkz0yIsCjSHIp+GMyAnOok64YIAqCMBq25vFIrqkDSw0V6DHJojIR9hrT3c0uuxVjbZmkLFx0Au1AUzd0jEFbUHe7OLJAfoI4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nexbridge.com; spf=pass smtp.mailfrom=nexbridge.com; arc=none smtp.client-ip=185.209.179.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nexbridge.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nexbridge.com X-Virus-Scanned: Debian amavisd-new at secure.elehost.com Received: from Mazikeen (pool-99-228-67-183.cpe.net.cable.rogers.com [99.228.67.183]) (authenticated bits=0) by secure.elehost.com (8.15.2/8.15.2/Debian-22ubuntu3) with ESMTPSA id 65CEDjVW2637673 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 12 Jun 2026 14:13:45 GMT Reply-To: From: To: "'Junio C Hamano'" , References: In-Reply-To: Subject: RE: [ANNOUNCE] Git v2.55.0-rc0 Date: Fri, 12 Jun 2026 10:13:39 -0400 Organization: Nexbridge Inc. Message-ID: <065e01dcfa75$ade00690$09a013b0$@nexbridge.com> Precedence: bulk X-Mailing-List: git@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Content-Language: en-ca Thread-Index: AQE2QUXve+Cc3EDmUgFIrOAj5bt+RLeIaHHw X-Antivirus: Norton (VPS 260612-2, 6/12/2026), Outbound message X-Antivirus-Status: Clean On June 11, 2026 11:32 AM, Junio wrote: > An early preview release Git v2.55.0-rc0 is now available for testing = at the usual > places. It is comprised of 397 non-merge commits since v2.54.0, = contributed by > 70 people, 22 of which are new faces [*]. Cargo is not available everywhere. Build is not possible on NonStop. cargo build --release /usr/coreutils/bin/bash: cargo: command not found Makefile:3021: recipe for target 'target/release/libgitcore.a' failed make: *** [target/release/libgitcore.a] Error 127 Is there a way around this?