GHA/linux: rename intel to intelc to avoid mixup with <pkg>-intel

To avoid unnecessarily installing Intel C for any `<pkg>-intel` locally
built dependency.

Follow-up to ab8ccaed24 #20392
Follow-up to d9fe60d457 #20248

Closes #20400
This commit is contained in:
Viktor Szakats 2026-01-22 18:29:55 +01:00
parent ab8ccaed24
commit 9e9adfddbf
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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 | \