From 9e9adfddbf3f9c43581ec68d0a68ef0c81b5df43 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 22 Jan 2026 18:29:55 +0100 Subject: [PATCH] GHA/linux: rename `intel` to `intelc` to avoid mixup with `-intel` To avoid unnecessarily installing Intel C for any `-intel` locally built dependency. Follow-up to ab8ccaed2479bf7d019b3aa25f22299546e23828 #20392 Follow-up to d9fe60d4572bf82e407ae33277f81def896d06f2 #20248 Closes #20400 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4ef3a5c75f..5a48dbf6a8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -383,7 +383,7 @@ jobs: - name: 'IntelC openssl' install_packages: libssl-dev - install_steps: intel + install_steps: intelc configure: CC=icc --enable-debug --with-openssl - name: 'Slackware !ssl gssapi gcc' @@ -757,7 +757,7 @@ jobs: run: sudo dpkg -i ~/rustls/"librustls_${RUSTLS_VERSION}_amd64.deb" - name: 'install Intel compilers' - if: ${{ contains(matrix.build.install_steps, 'intel') }} + if: ${{ contains(matrix.build.install_steps, 'intelc') }} run: | curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 120 --retry 6 --retry-connrefused \ --compressed https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | \