File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4747
4848 - name : Generate coverage report
4949 run : |
50- dnf install -y python-pip
50+ dnf install -y python-pip gpg
5151 pip install gcovr
5252 gcovr \
5353 --xml /tmp/xml-report/ \
Original file line number Diff line number Diff line change 1- FROM quay.io/centos/centos:stream9
1+ FROM quay.io/centos/centos:stream10
22
33ARG BUILD_DIR=/install-tmp
44ARG COLLECTOR_BUILDER_DEBUG
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9 /ubi-minimal:latest
1+ FROM registry.access.redhat.com/ubi10 /ubi-minimal:latest
22
33ARG BUILD_TYPE=rhel
44ARG ROOT_DIR=.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -eo pipefail
33
4- # UBI 9 requires confirmation with -y flag.
54microdnf upgrade -y --nobest
65microdnf install -y elfutils-libelf
76
87microdnf clean all
98# shellcheck disable=SC2046
109rpm --verbose -e --nodeps $(
11- rpm -qa ' curl ' ' *rpm*' ' *dnf*' ' *libsolv*' ' *hawkey*' ' yum*' ' libyaml*' ' libarchive*'
10+ rpm -qa ' *rpm*' ' *dnf*' ' *libsolv*' ' *hawkey*' ' yum*' ' libyaml*' ' libarchive*'
1211)
1312rm -rf /var/cache/yum
You can’t perform that action at this time.
0 commit comments