Skip to content

Commit c8e54c0

Browse files
committed
wip
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 71d82a3 commit c8e54c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable_build_packages.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
sed -i s/^#.*baseurl=http/baseurl=https/g /etc/yum.repos.d/*.repo
7070
sed -i s/^mirrorlist=http/#mirrorlist=https/g /etc/yum.repos.d/*.repo
7171
72+
# not available on arm64
73+
yum-config-manager --disable centos-sclo-rh
74+
7275
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++
7376
source /opt/rh/devtoolset-9/enable
7477
yum install -y wget git make m4 rpm-build elfutils-libelf-devel perl-IPC-Cmd devtoolset-9-libasan-devel devtoolset-9-libubsan-devel

0 commit comments

Comments
 (0)