Date: Thu, 2 May 2024 22:06:28 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1091f525df9d - main - .github: Update the path used for the homebrew LLVM install on macOS Message-ID: <202405022206.442M6SAw059813@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=1091f525df9d74f07d707d8a79a91fe26a6c50e3 commit 1091f525df9d74f07d707d8a79a91fe26a6c50e3 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2024-05-02 21:11:48 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2024-05-02 22:05:15 +0000 .github: Update the path used for the homebrew LLVM install on macOS Pull Request: https://github.com/freebsd/freebsd-src/pull/1212 --- .github/workflows/cross-bootstrap-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 327bdadc6a9b..1f4d41cce30c 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -31,7 +31,7 @@ jobs: pkgs: bmake libarchive-dev clang-14 lld-14 - os: macos-latest compiler: clang-13 - cross-bindir: /usr/local/opt/llvm@13/bin + cross-bindir: /opt/homebrew/opt/llvm@13/bin pkgs: bmake libarchive llvm@13 - target_arch: amd64 target: amd64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405022206.442M6SAw059813>