mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
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 toab8ccaed24#20392 Follow-up tod9fe60d457#20248 Closes #20400
This commit is contained in:
parent
ab8ccaed24
commit
9e9adfddbf
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -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 | \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user