File tree Expand file tree Collapse file tree 4 files changed +13
-23
lines changed
Expand file tree Collapse file tree 4 files changed +13
-23
lines changed Original file line number Diff line number Diff line change 1111 - name : Checkout code
1212 uses : actions/checkout@v4.1.3
1313 - name : Run clang-format-lint
14- uses : DoozyX/clang-format-lint-action@v0.11
14+ uses : DoozyX/clang-format-lint-action@v0.18.2
1515 with :
1616 source : ' .'
1717 exclude : ' ./build'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: [push, pull_request]
99jobs :
1010 unit-tests :
1111 name : Unit tests
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313 steps :
1414 - name : Checkout code
1515 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 11# --- Build the bridge
2- FROM registry.access.redhat.com/ubi8 AS builder
2+ FROM registry.access.redhat.com/ubi9 AS builder
33
44# dependencies for qpid-proton-c
55COPY build/repos/opstools.repo /etc/yum.repos.d/opstools.repo
@@ -11,16 +11,16 @@ RUN dnf install qpid-proton-c-devel --setopt=tsflags=nodocs -y && \
1111 dnf install gcc make redhat-rpm-config -y && \
1212 dnf clean all
1313
14- ENV D =/home/bridge
14+ ENV SGBRIDGE_DIR =/home/bridge
1515
16- WORKDIR $D
17- COPY . $D /
16+ WORKDIR $SGBRIDGE_DIR
17+ COPY . $SGBRIDGE_DIR /
1818
1919RUN make && \
2020 mv bridge /tmp/
2121
2222# --- end build, create bridge runtime layer ---
23- FROM registry.access.redhat.com/ubi8
23+ FROM registry.access.redhat.com/ubi9
2424
2525# dependencies for qpid-proton-c
2626COPY build/repos/opstools.repo /etc/yum.repos.d/opstools.repo
Original file line number Diff line number Diff line change 1- # CentOS-OpsTools.repo
1+ # CentOS 9 Opstools repos
22#
3- # Please see http://wiki.centos.org/SpecialInterestGroup/OpsTools for more
4- # information
53
6- [centos-opstools-testing]
7- name=CentOS-OpsTools - testing repo
8- baseurl=https://buildlogs.centos.org/centos/$releasever-stream/opstools/$basearch/collectd-5/
9- gpgcheck=0
10- enabled=0
11-
12- [centos-opstools]
13- name=CentOS-OpsTools - collectd
14- #mirrorlist=http://mirrorlist.centos.org/?arch=$basearch&release=$releasever-stream&repo=opstools-collectd-5
15- baseurl=http://vault.centos.org/$releasever-stream/opstools/$basearch/collectd-5/
16- gpgcheck=0
4+ [centos9-opstools]
5+ name=centos9-opstools
6+ baseurl=http://mirror.stream.centos.org/SIGs/9-stream/opstools/$basearch/collectd-5/
177enabled=1
18- skip_if_unavailable=1
19- gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-OpsTools
8+ gpgcheck=0
9+ module_hotfixes=1
You can’t perform that action at this time.
0 commit comments