Upgrade centos:8 to centos-stream (#2066)
* Upgrade from CentOS-8 to CentOS Stream * Drop ccache and python from dependencies Co-authored-by: Luis Díaz Más <luis.diaz.ld2@roche.com>
This commit is contained in:
@@ -14,8 +14,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# arch suffering this issue: https://github.com/abseil/abseil-cpp/issues/709
|
||||
# centos:8 had linking issues with gtest
|
||||
container_image: ["fedora:latest", "debian:10", "archlinux:base", "ubuntu:20.04", "centos:8", "alpine:3.13"]
|
||||
container_image: ["fedora:latest", "debian:10", "archlinux:base", "ubuntu:20.04", "tgagor/centos-stream:2.0.11", "alpine:3.13"]
|
||||
compiler: [g++, clang++]
|
||||
build_type: [Release, Debug]
|
||||
shared_libraries: [ON, OFF]
|
||||
|
||||
Reference in New Issue
Block a user