Skip to content

Fix manylinux2014 Docker build: add sslverify=0 for oneAPI repo#313

Closed
yuejiaointel wants to merge 1 commit intomainfrom
fix/manylinux2014-oneapi-ssl
Closed

Fix manylinux2014 Docker build: add sslverify=0 for oneAPI repo#313
yuejiaointel wants to merge 1 commit intomainfrom
fix/manylinux2014-oneapi-ssl

Conversation

@yuejiaointel
Copy link
Copy Markdown
Contributor

Summary

  • CentOS 7 (manylinux2014 base image) has reached EOL and its CA certificate bundle is permanently frozen
  • Intel's yum.repos.intel.com now uses a TLS certificate whose CA is not in CentOS 7's trust store, causing curl#60 - "Peer's Certificate issuer is not recognized." during Docker build
  • Adds sslverify=0 to the oneAPI yum repo config to skip TLS cert validation. Package integrity is still protected by gpgcheck=1 and repo_gpgcheck=1

Test plan

  • CI Build Wheel job passes with this change
  • Verified CI fails without this change (reverted and confirmed curl#60 error)

🤖 Generated with Claude Code

CentOS 7 CA certs no longer trust Intel's TLS certificate.
Packages are still GPG-verified via gpgcheck and repo_gpgcheck.
@yuejiaointel
Copy link
Copy Markdown
Contributor Author

#312 should fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant