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

Don't error without git but all needed files are present #791

Merged
merged 1 commit into from Jan 5, 2023

Conversation

patrickbkr
Copy link
Member

If Git is not installed and / or the .git folder is not present (typically a release src archive), Configure.pl prints error messages about failing to execute git. The build continues and succeeds though if all three projects (MoarVM, NQP, Rakudo) are present. This change checks for the presence of the .git folder (not present = release archive) and skips the (unnecessary) submodule update in that case.

@patrickbkr patrickbkr merged commit 82d55d6 into Raku:main Jan 5, 2023
@patrickbkr patrickbkr deleted the no-git-configure branch January 5, 2023 07:53
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.

None yet

2 participants