Fix "[wasm] Fix "we can't find snapshot urls""#99945
Merged
ilonatommy merged 2 commits intomainfrom Mar 19, 2024
Merged
Conversation
This reverts commit 55273a1.
Contributor
|
Tagging subscribers to 'arch-wasm': @lewing |
pavelsavara
approved these changes
Mar 19, 2024
ilonatommy
added a commit
that referenced
this pull request
Mar 22, 2024
ilonatommy
added a commit
that referenced
this pull request
Mar 25, 2024
….6312.58 (#100084) * Automated bump of chrome version * Revert #99945, #99814 * Feedback, more logging --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ilona Tomkowicz <itomkowicz@microsoft.com> Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up for the PR: #99814.
This was not a correct fix, error:
/__w/1/s/eng/testing/wasm-provisioning.targets(110,5): error MSB3933: Failed to open zip file "/__w/1/s/artifacts/obj/chromium-browser-snapshots". End of Central Directory record could not be found..https://github.com/dotnet/runtime/pull/99873/checks?check_run_id=22748465249
On PR: #99873
The fix was only partial, the url change for checking the revision is correct (with the query argument)
https://storage.googleapis.com/chromium-browser-snapshots?prefix=Linux_x64/1250580/REVISIONbut the download link is still in the old version (without the query argument), sohttps://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1250580/chrome-linux.zip, not as expectedhttps://storage.googleapis.com/chromium-browser-snapshots?prefix=Linux_x64/1250580/chrome-linux.zip.