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

main: remove symlink #679

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Conversation

MariusVanDerWijden
Copy link
Collaborator

This should fix #678
During the last refactor I added a symlink from main.go -> cmd/mev-boost/main.go
Seems like go install has an issue when working with symlinks

Alternatively, since we already broke users, we could just get rid of the symlink and force everyone to go install github.com/flashbots/mev-boost/cmd/mev-boost@latest

@metachris
Copy link
Collaborator

Thanks a lot! Let's keep in in for backwards-compatibility (it's mentioned in a lot of docs across the ecosystem), and it's also nicer from a product perspective:

$ go install github.com/flashbots/mev-boost@latest

vs

$ go install github.com/flashbots/mev-boost/cmd/mev-boost@latest

@metachris metachris merged commit 931ebad into flashbots:develop Aug 30, 2024
2 checks passed
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.

v1.8.0 go install failure (Found (v1.8.0), but does not contain package github.com/flashbots/mev-boost)
2 participants