Changming Sun
Changming Sun
This issue has been automatically closed as 'not planned' because it has been marked as 'stale' for more than 30 days without activity. If you believe this is still an...
yes, it's a known issue.
Going forward, the best way to avoid such interruptions is to setup a mirror for all the source tarballs. For example, you may use vcpkg and VCPKG's asset cache to...
@Andonvr , the support for building wasm with vcpkg was incomplete in the last release. Please try the latest main.
> Is the hashes not matching just a temporal thing that can be fixed? Not temporal. The file on gitlab server was changed. Maybe the file content didn't change, but...
Fixed in 1.22.1 patch release.
This PR has been cherry-picked into the `rel-1.20.1` branch in PR #22785. Removing the `release:1.20.1` label.
@malfet , would you mind taking another look at this PR? We need this change to make https://github.com/microsoft/onnxruntime work for ARM64EC builds. A lot of Microsoft applications ship with ARM64EC...
Close it since the is no update.
You may need to add the following powershel script to your Github Actions ``` Get-ChildItem -Path $env:AGENT_TOOLSDIRECTORY -File -Include msvcp*.dll,concrt*.dll,vccorlib*.dll,vcruntime*.dll -Recurse | Remove-Item -Force -Verbose ```