-
-
Notifications
You must be signed in to change notification settings - Fork 866
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
Correct PYODIDE_BASE_URL for console.html in CircleCI artifacts #1453
Conversation
No this still fails due to CORS when loading packages in |
Thanks! Even adjusting it so that it breaks with CORS failures would actually be an improvement, currently it loads the most recent version of Pyodide deployed from master without any warning which is pretty confusing. |
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Could you restart the |
OK, this this now work https://217-140441556-gh.circle-artifacts.com/0/root/repo/build/console.html ! |
Now that this works we should probably add a suggestion somewhere to the dev docs. |
…ide#1453) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Closes #648
By adjusting PYODIDE_BASE_URL before artifacts are stored in CircleCI but after the workspace has been saved (which is used for S3 deployment), I think we should be able to use console.html from CircleCI artifacts without using local overrides in Chrome #1384 (comment)