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

Use the make question option to avoid rebuild on macOS #68

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

kdeme
Copy link
Contributor

@kdeme kdeme commented Jul 26, 2024

There was already the earlier strange ` before the "unity.a' is up to date message on macOS, fixed by #65

Turns out it might still not work on macOS because of certain verbosity levels.
In nimbus-eth2 a rebuild would still always occur, except when you would do make rocksdb V=1
We could add the -d flag in the rocksdb build scripts, but that adds a lot of other debug output.

So use the question option instead of dry-run + grep as the latter is more brittle, and the former is intended for this purpose.

There was already the earlier strange ` before the
"unity.a' is up to date message on macOS.

Turns out it might still not work on macOS because of certain
verbosity levels.

So use the question option instead of dry-run + grep as the
latter is more brittle, and the former is intended for this
purpose.
@kdeme kdeme requested a review from bhartnett July 26, 2024 10:32
Copy link
Contributor

@bhartnett bhartnett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Tested and confirmed to be working on linux.

@kdeme kdeme merged commit 965029e into master Jul 26, 2024
10 checks passed
@kdeme kdeme deleted the fix-rebuild-macos branch July 26, 2024 14:18
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