c0f8627e7f
- Add `nlohmann-json-dev` (or equivalent) to CI Docker images for RHEL, SUSE, and Ubuntu. - Add `gmock-dev` and `gtest-dev` (or equivalent) to CI Docker images for RHEL, SUSE, and Ubuntu. - Add `--set solver classic` to conda config to resolve an issue setting up the conda environment - Fix Perfetto package installation on ubuntu noble image. - Add a check and log error if pip installation fail --------- Co-authored-by: jbonnell-amd <jason.bonnell@amd.com>
32 wiersze
569 B
YAML
32 wiersze
569 B
YAML
# Supported OS combinations for continuous integration
|
|
|
|
matrix:
|
|
# ubuntu
|
|
- distro: "ubuntu"
|
|
version: "22.04"
|
|
- distro: "ubuntu"
|
|
version: "24.04"
|
|
# debian
|
|
- distro: "debian"
|
|
version: "12"
|
|
# opensuse
|
|
- distro: "opensuse"
|
|
version: "15.5"
|
|
- distro: "opensuse"
|
|
version: "15.6"
|
|
# RHEL8
|
|
- distro: "rhel"
|
|
version: "8.10"
|
|
# RHEL9
|
|
- distro: "rhel"
|
|
version: "9.3"
|
|
- distro: "rhel"
|
|
version: "9.4"
|
|
- distro: "rhel"
|
|
version: "9.5"
|
|
- distro: "rhel"
|
|
version: "9.6"
|
|
# RHEL10
|
|
- distro: "rhel"
|
|
version: "10.0"
|