From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2010) id 6CCE03858418; Sun, 15 Oct 2023 09:09:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CCE03858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697360942; bh=sfOv9STB310vuweilVSmB9/om+7KUa6om2g0wnO+eOM=; h=From:To:Subject:Date:From; b=bPLSE5k+K8RVijvRXBYq6VAADCBoSY1yN7rVJqrwAB+wpM5L0yDjfEv3tBsoRdq1U mKk4aZyBq8QcqcoeeGdKhXMXb726IrfEySJQWejeB+sRGLTcqHI1weZ4TXjKYla1hH xNQawm5LyVTQkAGhjMLvbM1lXntw1K2tYkGwMRHs= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eric Gallager To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/egallager/heads/CI)] Update linux.yaml X-Act-Checkin: gcc X-Git-Author: Eric Gallager X-Git-Refname: refs/users/egallager/heads/CI X-Git-Oldrev: 53bb6b58f6b7cf9a03f25b38ddf6b8c65827bcf0 X-Git-Newrev: c74844efa046ab196e2830cd6ac89a63185169c6 Message-Id: <20231015090902.6CCE03858418@sourceware.org> Date: Sun, 15 Oct 2023 09:09:02 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c74844efa046ab196e2830cd6ac89a63185169c6 commit c74844efa046ab196e2830cd6ac89a63185169c6 Author: Eric Gallager Date: Sun Oct 15 01:08:40 2023 -0400 Update linux.yaml try using bootstrap-lean instead of bootstrap Diff: --- .github/workflows/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index f90ea0bd311..6a641cd770a 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -96,7 +96,7 @@ jobs: if: success() run: | cd ../build - make bootstrap -j$(nproc) + make bootstrap-lean -j$(nproc) - name: Make install if: success()