From owner-dev-commits-src-main@freebsd.org Tue Jul 20 15:52:02 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C59A966E78C; Tue, 20 Jul 2021 15:52:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GTjrf56vKz4t2l; Tue, 20 Jul 2021 15:52:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 963CB56CC; Tue, 20 Jul 2021 15:52:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16KFq2CX027046; Tue, 20 Jul 2021 15:52:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16KFq27F027045; Tue, 20 Jul 2021 15:52:02 GMT (envelope-from git) Date: Tue, 20 Jul 2021 15:52:02 GMT Message-Id: <202107201552.16KFq27F027045@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: =?utf-8?Q?Ulrich Sp=C3=B6rlein?= Subject: git: 2f677dcedf3b - main - Make it clear we're running clang-12 for the GH actions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: uqs X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2f677dcedf3b70bf97a51c2b0fd9927b67c666ff Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2021 15:52:02 -0000 The branch main has been updated by uqs: URL: https://cgit.FreeBSD.org/src/commit/?id=2f677dcedf3b70bf97a51c2b0fd9927b67c666ff commit 2f677dcedf3b70bf97a51c2b0fd9927b67c666ff Author: Ulrich Spörlein AuthorDate: 2021-07-19 08:25:58 +0000 Commit: Ulrich Spörlein CommitDate: 2021-07-20 15:49:25 +0000 Make it clear we're running clang-12 for the GH actions This chases a homebrew change in the default clang version. Reviewed by: arichardson Differential Revision: https://reviews.freebsd.org/D31231 --- .github/workflows/cross-bootstrap-tools.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 22aa1065d44b..7666dfdcf2c7 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -23,10 +23,10 @@ jobs: compiler: clang-10 cross-bindir: /usr/lib/llvm-10/bin pkgs: bmake libarchive-dev clang-10 lld-10 - - os: macOS-latest - compiler: clang-11 + - os: macos-latest + compiler: clang-12 + cross-bindir: /usr/local/opt/llvm/bin pkgs: bmake libarchive - steps: - uses: actions/checkout@v2 - name: install packages (Ubuntu)