Date: Thu, 9 Jun 2022 17:34:26 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: John Baldwin <jhb@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: <YqIvIphK7znwPydu@FreeBSD.org> In-Reply-To: <202206091720.259HKjpe060976@gitrepo.freebsd.org> References: <202206091720.259HKjpe060976@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YqIvIphK7znwPydu>