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

Rebuilding while git rebase fails #134

Open
BenBE opened this issue Jan 23, 2022 · 0 comments
Open

Rebuilding while git rebase fails #134

BenBE opened this issue Jan 23, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@BenBE
Copy link
Collaborator

BenBE commented Jan 23, 2022

When trying to configure the project while performing a git rebase operation, the cmake .. step fails.

Steps to reproduce:

git rebase -x 'bash -c "mkdir -p build && cmake .. && make"` HEAD~

Expected result:
Simply rebuilds the project for all commits

Actual result:
Configuration crashes due to internal git environment causing the abseil stuff trying to clone into the parent repository (which just performs the rebase).

Background:
Running the above command is usually a quick way to check all intermediate commits to build properly (in a somewhat automated manner).

@BenBE BenBE added bug Something isn't working help wanted Extra attention is needed labels Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant