From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2010) id 1C5243857438; Mon, 16 Oct 2023 08:27:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C5243857438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697444842; bh=0muCbdbFtkIbSP0/fpFeinsjs+rSkQS09fWxju0kLwg=; h=From:To:Subject:Date:From; b=RdfQJMWfvoRNyx7bajXYk+nxvWVQ+VgXMJfxKqa7GqZoaYfmAgvILcoJajOJXSLr7 GfWWcotr6+giJHxsMoi1BwcZtLHEEAihuBoIGSGAYx3cbQ0l4OV7V+423fnDXA3+yP b6S42CFd1LFKi5E/+GyeUW2ouFrXT353hO3p8yP0= 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: b7c6ea0a3a146972f61c659a41116bdc04cc6a07 X-Git-Newrev: 646365856cdfc289a34f654b0faa70b9fd8e4495 Message-Id: <20231016082722.1C5243857438@sourceware.org> Date: Mon, 16 Oct 2023 08:27:22 +0000 (GMT) List-Id: https://gcc.gnu.org/g:646365856cdfc289a34f654b0faa70b9fd8e4495 commit 646365856cdfc289a34f654b0faa70b9fd8e4495 Author: Eric Gallager Date: Mon Oct 16 04:26:01 2023 -0400 Update linux.yaml 2 more mailer suggestions from @ArsenArsen 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 5e74a1419df..3188f8f5118 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -37,7 +37,7 @@ jobs: - name: Install dependencies run: | sudo apt-get -qq update - sudo apt install -y gcc-multilib build-essential flex zlib1g-dev gnat gdc expect dejagnu libc-dev libc-devtools texlive findutils binutils autogen gettext autopoint libasprintf-dev libgettextpo-dev mailutils mailutils-mh procmail postfix emacs + sudo apt install -y gcc-multilib build-essential flex zlib1g-dev gnat gdc expect dejagnu libc-dev libc-devtools texlive findutils binutils autogen gettext autopoint libasprintf-dev libgettextpo-dev mailutils mailutils-mh procmail postfix emacs exim msmtp - name: Install dependencies for aarch64 if: success() && contains(matrix.target, 'aarch64')