Skip to content

Commit 7df1da2

Browse files
committed
ci: Update certificates to be able to install icc (#5122)
Only for 3.1/3.0, since in main we have removed testing of icc, this problem is not happening there. This spontaneously broke yesterday. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent a9b4b59 commit 7df1da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/build-scripts/gh-installdeps.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if [[ "$ASWF_ORG" != "" ]] ; then
8686
fi
8787

8888
if [[ "$CXX" == "icpc" || "$CC" == "icc" || "$USE_ICC" != "" ]] ; then
89-
# Lock down icc to 2022.1 because newer versions hosted on the Intel
89+
sudo dnf -y install https://download.rockylinux.org/pub/rocky/8.10/BaseOS/x86_64/os/Packages/c/ca-certificates-2025.2.80_v9.0.304-80.2.el8_10.noarch.rpm # Lock down icc to 2022.1 because newer versions hosted on the Intel
9090
# repo require a glibc too new for the ASWF CentOS7-based containers
9191
# we run CI on.
9292
sudo cp src/build-scripts/oneAPI.repo /etc/yum.repos.d

0 commit comments

Comments
 (0)