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

Add Jitsi SDK as a static resource and set up CI to update it on change #26622

Merged
merged 3 commits into from
Nov 22, 2023

Conversation

Johennes
Copy link
Contributor

@Johennes Johennes commented Nov 21, 2023

We currently download https://meet.element.io/libs/external_api.min.js at build time. Since this file is unversioned, this has the potential to make our builds non-deterministic as they'd bundle whatever happened to be on the server when building. It also adds a tiny amount of latency into our builds.

This PR includes the Jitsi SDK as a static file in the repository and adds a weekly CI run to check for updates and open a PR when needed. The workflow heavily borrows from https://github.com/matrix-org/matrix-web-i18n/blob/main/.github/workflows/localazy_download.yaml.


This change is marked as an internal change (Task), so will not be included in the changelog.

@Johennes Johennes added the T-Task Tasks for the team like planning label Nov 21, 2023
@Johennes Johennes requested review from a team as code owners November 21, 2023 19:31
package.json Show resolved Hide resolved
@Johennes Johennes requested a review from t3chguy November 22, 2023 20:06
@Johennes Johennes enabled auto-merge November 22, 2023 20:14
@Johennes Johennes merged commit c378f67 into develop Nov 22, 2023
21 checks passed
@Johennes Johennes deleted the johannes/bundle-jitsi branch November 22, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants