mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
.github: Add a build on Ubuntu 22.04 using llvm 14.
Reviewed by: uqs
Pull Request: https://github.com/freebsd/freebsd-src/pull/599
(cherry picked from commit 74536fca79)
This commit is contained in:
parent
0d53db064e
commit
643b3b382d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/cross-bootstrap-tools.yml
vendored
6
.github/workflows/cross-bootstrap-tools.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue