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

make: fix gen issue with mockgen not found in PATH #10162

Merged
merged 2 commits into from
May 1, 2024
Merged

Conversation

taratorio
Copy link
Member

Fixes #10157 (comment)

Problem was:

grep -r -l --exclude-dir=erigon-lib "^// Code generated by MockGen. DO NOT EDIT.$" . | xargs rm -r

was deleting the mockgen binary after it was built 🙃

@taratorio taratorio added this to the 2.60.0 milestone May 1, 2024
@taratorio taratorio enabled auto-merge (squash) May 1, 2024 16:22
@taratorio taratorio requested a review from mh0lt May 1, 2024 16:22
@taratorio taratorio merged commit 8265614 into main May 1, 2024
10 checks passed
@taratorio taratorio deleted the fix-make-gen branch May 1, 2024 16:38
taratorio added a commit that referenced this pull request May 1, 2024
Fixes
#10157 (comment)

Problem was:
```
grep -r -l --exclude-dir=erigon-lib "^// Code generated by MockGen. DO NOT EDIT.$" . | xargs rm -r
```

was deleting the `mockgen` binary after it was built 🙃
taratorio added a commit that referenced this pull request May 2, 2024
Fixes
#10157 (comment)

Problem was:
```
grep -r -l --exclude-dir=erigon-lib "^// Code generated by MockGen. DO NOT EDIT.$" . | xargs rm -r
```

was deleting the `mockgen` binary after it was built 🙃
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