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 vgopath for code-generator #159

Merged
merged 2 commits into from
Feb 19, 2024
Merged

Use vgopath for code-generator #159

merged 2 commits into from
Feb 19, 2024

Conversation

timebertt
Copy link
Owner

@timebertt timebertt commented Feb 19, 2024

What this PR does / why we need it:

Use vgopath to trick code-generator into thinking it was inside a GOPATH file tree.
This allows running make generate when cloning the repository outside of GOPATH, e.g., in GitHub actions.

Also, set GO111MODULE=off to significantly speed up code-generator.

@timebertt timebertt merged commit 51bf333 into main Feb 19, 2024
5 checks passed
@timebertt timebertt deleted the vgopath branch February 19, 2024 22:24
@rfranzke
Copy link

nice :)

@timebertt timebertt added the enhancement New feature or request label Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants