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

Disable sandbox when building from Homebrew #207

Merged
merged 1 commit into from
Nov 30, 2018

Conversation

neakor
Copy link
Contributor

@neakor neakor commented Nov 30, 2018

According to @ilovezfs "Hi, I'm one of the Homebrew maintainers. You need to run swift build --disable-sandbox because Homebrew runs all builds in a sandbox, and you cannot exec another sandbox within a sandbox.

You should not run brew install --no-sandbox, which is intended for debugging purposes only."

The original issue where the quote is from is here yonaskolb/XcodeGen#51

According to @ilovezfs "Hi, I'm one of the Homebrew maintainers. You need to run swift build --disable-sandbox because Homebrew runs all builds in a sandbox, and you cannot exec another sandbox within a sandbox.

You should not run brew install --no-sandbox, which is intended for debugging purposes only."
@neakor neakor requested a review from rudro November 30, 2018 01:34
@neakor neakor merged commit f7f0175 into master Nov 30, 2018
@neakor neakor deleted the brew-make_disable_sandbox-master branch November 30, 2018 01:59
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.

2 participants