git: 2f677dcedf3b - main - Make it clear we're running clang-12 for the GH actions

Ulrich Spörlein uqs at FreeBSD.org
Tue Jul 20 15:52:02 UTC 2021


The branch main has been updated by uqs:

URL: https://cgit.FreeBSD.org/src/commit/?id=2f677dcedf3b70bf97a51c2b0fd9927b67c666ff

commit 2f677dcedf3b70bf97a51c2b0fd9927b67c666ff
Author:     Ulrich Spörlein <uqs at FreeBSD.org>
AuthorDate: 2021-07-19 08:25:58 +0000
Commit:     Ulrich Spörlein <uqs at FreeBSD.org>
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 at v2
       - name: install packages (Ubuntu)


More information about the dev-commits-src-main mailing list