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

Compute WORKERD_INDEX_URL instead of embedding from pyodide_bucket.bzl. #3400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dom96
Copy link
Collaborator

@dom96 dom96 commented Jan 23, 2025

This ensures that we will get the right package versions in workerd. Before these changes it would always get the same compat date, no matter what is specified by the user.

@dom96 dom96 requested a review from hoodmane January 23, 2025 14:52
@dom96 dom96 requested review from a team as code owners January 23, 2025 14:52
@dom96 dom96 requested a review from danlapid January 23, 2025 14:52
export const WORKERD_INDEX_URL = PYODIDE_BUCKET.PYODIDE_PACKAGE_BUCKET_URL;
export const PACKAGES_VERSION = MetadataReader.getPackagesVersion();
export const WORKERD_INDEX_URL =
'https://pyodide-packages.runtime-playground.workers.dev/' +
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should transition this to non-playground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant