New comment by ProjectMoon on void-packages repository https://github.com/void-linux/void-packages/pull/21708#issuecomment-625125027 Comment: So, the yarn script to fetch riot-web is not actually a precompiled binary. It does build locally. However, I agree that it should not fetch with yarn. The way you are currently doing it does not exactly mirror the build script (scripts/fetch-package.js in riot-desktop repo). The script packs riot-web and sticks it in `deploys/` directory of riot-desktop. I am trying to run your version of the build locally to see what the issues is with E2E room searching.