We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beba298 commit 7957276Copy full SHA for 7957276
1 file changed
.gitlab-ci.yml
@@ -227,10 +227,9 @@ build_el9_arm64:
227
.build-client-srpm-template: &build-client-srpm-template_definition
228
stage: build:rpm
229
script:
230
- - update-crypto-policies --set LEGACY
231
- dnf config-manager --add-repo https://linuxsoft.cern.ch/cern/rhel/$(rpm --eval '%{rhel}')/CERN/$(uname -m)/ --set-enabled
232
- dnf install cern-gpg-keys --nogpgcheck -y
233
- - rpm --import /etc/pki/rpm-gpg/*
+ - rpm --import /etc/pki/rpm-gpg/* || true
234
- dnf install rpm-build cmake gcc-c++ git -y
235
- git submodule sync --recursive && git submodule update --init -f --recursive
236
- mkdir -pv build; cd build;
0 commit comments