Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "[wasm] Fix "we can't find snapshot urls"" #99945

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

ilonatommy
Copy link
Member

@ilonatommy ilonatommy commented Mar 19, 2024

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/REVISION but the download link is still in the old version (without the query argument), so https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1250580/chrome-linux.zip, not as expected https://storage.googleapis.com/chromium-browser-snapshots?prefix=Linux_x64/1250580/chrome-linux.zip.

@ilonatommy ilonatommy added bug arch-wasm WebAssembly architecture labels Mar 19, 2024
@ilonatommy ilonatommy self-assigned this Mar 19, 2024
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

@ilonatommy ilonatommy marked this pull request as draft March 19, 2024 07:39
@ilonatommy ilonatommy changed the title Revert "[wasm] Fix "we can't find snapshot urls"" Fix "[wasm] Fix "we can't find snapshot urls"" Mar 19, 2024
@ilonatommy ilonatommy merged commit 41d08f9 into main Mar 19, 2024
33 checks passed
@akoeplinger akoeplinger deleted the revert-99814-fix-snapshots-97364 branch March 19, 2024 10:37
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 <[email protected]>
Co-authored-by: Ilona Tomkowicz <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Apr 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants