Re: git: 74536fca79fa - main - .github: Add a build on Ubuntu 22.04 using llvm 14.

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Thu, 09 Jun 2022 17:34:26 UTC
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?

./danfe