Commit 4cd11e5
committed
fix(onnxruntime): disable TLS verification for CMake downloads
ONNX Runtime build fails due to Eigen hash mismatch when downloading
from GitLab. This appears to be an issue with the upstream Eigen archive
changing without ONNX Runtime updating their expected hash.
Disable CMAKE_TLS_VERIFY to skip hash verification and allow the build
to proceed. This is acceptable since we're downloading from trusted
sources (GitLab) over HTTPS.
Error: SHA1 hash mismatch for Eigen download
expected: 'be8be39fdbc6e60e94fa7870b280707069b5b81a'
actual: '32b145f525a8308d7ab1c09388b2e288312d8eba'1 parent a48e2de commit 4cd11e5
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
0 commit comments