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

Clean build of IDE fails on macOS #9973

Open
mwu-tow opened this issue May 16, 2024 · 0 comments
Open

Clean build of IDE fails on macOS #9973

mwu-tow opened this issue May 16, 2024 · 0 comments
Labels
-build-script Category: build script

Comments

@mwu-tow
Copy link
Contributor

mwu-tow commented May 16, 2024

Currently

./run ide build

will fail on macOS, even if all requirements are met.

This is side-effect of #8351 which introduced adding GraalPy's python to PATH. The GraalPy is then picked up by electron-builder and fails the packaging process. Apparently, GraalPy still is not compatible with CPython.

This appeared following the merge of #9884 which removed workarounds that located python2 and forced electron-builder to use it.

Probably the Engine setup should be changed to not modify PATH globally, but only for the spawned Engine-building processes.


The issue can be worked around by running ./run ide build with any option preventing the engine from being built — e.g. --backend-release nightly or --backend-source local.


Originally reported on Discord.

@mwu-tow mwu-tow added the -build-script Category: build script label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-build-script Category: build script
Projects
None yet
Development

No branches or pull requests

1 participant