aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-06-09 17:20:03 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-06-09 17:20:03 +0000
commit74536fca79facf0e4fdbaf833b94d82e92bb9f77 (patch)
treecd9b702bc4d66615d3d1b0f09504257769f1676e
parent1c44d2bf86834a7214e0cc7bde7c956b5b02fd21 (diff)
downloadsrc-74536fca79facf0e4fdbaf833b94d82e92bb9f77.tar.gz
src-74536fca79facf0e4fdbaf833b94d82e92bb9f77.zip
.github: Add a build on Ubuntu 22.04 using llvm 14.
Reviewed by: uqs Pull Request: https://github.com/freebsd/freebsd-src/pull/599
-rw-r--r--.github/workflows/cross-bootstrap-tools.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml
index 3388cc918582..2d981b3fdff2 100644
--- a/.github/workflows/cross-bootstrap-tools.yml
+++ b/.github/workflows/cross-bootstrap-tools.yml
@@ -14,13 +14,17 @@ jobs:
fail-fast: false
matrix:
target_arch: [ amd64, aarch64 ]
- os: [ ubuntu-20.04, macos-latest ]
+ os: [ ubuntu-20.04, ubuntu-22.04, macos-latest ]
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
- os: macos-latest
compiler: clang-13
cross-bindir: /usr/local/opt/llvm/bin