Skip to content

Commit

Permalink
CI toolset updates.
Browse files Browse the repository at this point in the history
* Remove Linux clang 9 testing.
* Add Ubuntu 22.04 multiarch testing.
  • Loading branch information
grafikrobot committed Sep 4, 2023
1 parent 58000de commit 0d04b53
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/qemu_multiarch_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ jobs:
fail-fast: false
matrix:
include:
- {
name: "Ubuntu 22.04 Jammy (armhf)",
image: "multiarch/ubuntu-debootstrap:armhf-jammy",
cxx: "g++",
toolset: "gcc",
}
- {
name: "Ubuntu 22.04 Jammy (arm64)",
image: "multiarch/ubuntu-debootstrap:arm64-jammy",
cxx: "g++",
toolset: "gcc",
}
- {
name: "Ubuntu 22.04 Jammy (ppc64el)",
image: "multiarch/ubuntu-debootstrap:ppc64el-jammy",
cxx: "g++",
toolset: "gcc",
}
- {
name: "Ubuntu 20.04 Focal (armhf)",
image: "multiarch/ubuntu-debootstrap:armhf-focal",
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ stages:
Clang 12: {TOOLSET: clang-12, PACKAGES: clang-12, LLVM_VER: 12, LLVM_OS: "${{variables.linux_latest_os}}", VM_IMAGE: "${{variables.linux_latest_vm}}"}
Clang 11: {TOOLSET: clang-11, PACKAGES: clang-11, LLVM_VER: 11, LLVM_OS: "${{variables.linux_latest_os}}", VM_IMAGE: "${{variables.linux_latest_vm}}"}
Clang 10: {TOOLSET: clang-10, PACKAGES: clang-10, LLVM_VER: 10, LLVM_OS: "${{variables.linux_latest_os}}", VM_IMAGE: "${{variables.linux_latest_vm}}"}
Clang 9: {TOOLSET: clang-9, PACKAGES: clang-9, LLVM_VER: 9, LLVM_OS: "${{variables.linux_latest_os}}", VM_IMAGE: "${{variables.linux_latest_vm}}"}
pool:
vmImage: $(VM_IMAGE)
steps:
Expand Down

0 comments on commit 0d04b53

Please sign in to comment.