mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
.github: Use the two most recent LTS releases
Ubuntu 24.04 is the most recent LTS release. Use it and the previous 22.04 LTS for cross build testing. Reported by: emaste, jhb Sponsored by: Arm Ltd Pull Request: https://github.com/freebsd/freebsd-src/pull/1399
This commit is contained in:
parent
3bd4724794
commit
386e2dc442
10
.github/workflows/cross-bootstrap-tools.yml
vendored
10
.github/workflows/cross-bootstrap-tools.yml
vendored
@ -18,17 +18,17 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target_arch: [ amd64, aarch64 ]
|
||||
os: [ ubuntu-20.04, ubuntu-22.04, macos-latest ]
|
||||
os: [ ubuntu-22.04, ubuntu-24.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: ubuntu-24.04
|
||||
compiler: clang-18
|
||||
cross-bindir: /usr/lib/llvm-18/bin
|
||||
pkgs: bmake libarchive-dev clang-18 lld-18
|
||||
- os: macos-latest
|
||||
compiler: clang-13
|
||||
cross-bindir: /opt/homebrew/opt/llvm@13/bin
|
||||
|
Loading…
Reference in New Issue
Block a user