Open
Description
I was trying to build for Electron 33.2.0 and while executing:
npx electron-rebuild --use-electron-clang
I found the following error
An unhandled error occurred inside electron-rebuild
Failed to fetch a clang resource, run with DEBUG=electron-rebuild for more information
Error: Failed to fetch a clang resource, run with DEBUG=electron-rebuild for more information
When debugging, I see the URL is: https://commondatastorage.googleapis.com/chromium-browser-clang/Mac_arm64/clang-llvmorg-20-init-3847-g69c43468-28.tgz, which doesn't exist, however https://commondatastorage.googleapis.com/chromium-browser-clang/Mac_arm64/clang-llvmorg-20-init-3847-g69c43468-28.tar.xz does exist, is there any way of telling electron-rebuild to use that instead?
Metadata
Assignees
Labels
No labels