Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2022 07:19:12 -0700
From:      John Baldwin <jhb@FreeBSD.org>
To:        Alexey Dokuchaev <danfe@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: 74536fca79fa - main - .github: Add a build on Ubuntu 22.04 using llvm 14.
Message-ID:  <4e55d8bc-2176-8322-99e6-8d58007d5a37@FreeBSD.org>
In-Reply-To: <YqIvIphK7znwPydu@FreeBSD.org>
References:  <202206091720.259HKjpe060976@gitrepo.freebsd.org> <YqIvIphK7znwPydu@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/9/22 10:34 AM, Alexey Dokuchaev wrote:
> On Thu, Jun 09, 2022 at 05:20:45PM +0000, John Baldwin wrote:
>> commit 74536fca79facf0e4fdbaf833b94d82e92bb9f77
>>
>>      .github: Add a build on Ubuntu 22.04 using llvm 14.
>>      
>> ...
>>           include:
>>             # TODO: both Ubuntu and macOS have bmake packages, we should try them instead of bootstrapping our own copy.
>>             - os: ubuntu-20.04
>>               compiler: clang-12
>>               cross-bindir: /usr/lib/llvm-12/bin
>>               pkgs: bmake libarchive-dev clang-12 lld-12
>> +          - os: ubuntu-22.04
>> +            compiler: clang-14
>> +            cross-bindir: /usr/lib/llvm-14/bin
>> +            pkgs: bmake libarchive-dev clang-14 lld-14
> 
> I'm not familiar with this CI(?) syntax, but doesn't "pkgs: bmake" mean
> that above TODO comment is outdated?

No, because we still build bmake again below which I think is what the
comment is about.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4e55d8bc-2176-8322-99e6-8d58007d5a37>