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

chore: fix always reinstall #321

Merged
merged 3 commits into from
Feb 11, 2025
Merged

chore: fix always reinstall #321

merged 3 commits into from
Feb 11, 2025

Conversation

daixiang0
Copy link
Member

@daixiang0 daixiang0 commented Feb 11, 2025

Commit Message

Previously, all Go-installed tools are always installed because of the trailing spaces. This fixes Makefile.tools.mk so that we can properly cache the tools.

Related Issues/PRs (if applicable)

Fixes #320

Signed-off-by: Loong <long0dai@foxmail.com>
@daixiang0 daixiang0 requested a review from a team as a code owner February 11, 2025 06:54
@daixiang0
Copy link
Member Author

Now:

root:[ai-gateway]$ make precommit
tidy => .
spell => ./...
apigen => ./api/v1alpha1/...
2025-02-11T14:53:00.730+0800    INFO    crd-ref-docs    Loading configuration   {"path": "site/crd-ref-docs/config-core.yaml"}
2025-02-11T14:53:00.731+0800    INFO    crd-ref-docs    Processing source directory     {"directory": "api/v1alpha1", "depth": 20}
2025-02-11T14:53:01.290+0800    INFO    crd-ref-docs    Rendering output        {"path": "site/docs/api/api.mdx"}
2025-02-11T14:53:01.297+0800    INFO    crd-ref-docs    CRD reference documentation generated
2025-02-11T14:53:01.297+0800    INFO    crd-ref-docs    Execution time: 565.992197ms
format => *.go
gci => *.go
lint => ./...
running editorconfig-checker
yamllint => ./...
helm-lint => ../manifests/charts/ai-gateway-helm
==> Linting ./manifests/charts/ai-gateway-helm

1 chart(s) linted, 0 chart(s) failed

Signed-off-by: Loong <long0dai@foxmail.com>
Makefile.tools.mk Outdated Show resolved Hide resolved
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Copy link
Member

@mathetake mathetake left a comment

Choose a reason for hiding this comment

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

Thank you for fixing this!

@mathetake mathetake merged commit 0c851f6 into envoyproxy:main Feb 11, 2025
17 checks passed
@daixiang0 daixiang0 deleted the download branch February 12, 2025 02:06
daixiang0 added a commit to daixiang0/ai-gateway that referenced this pull request Feb 12, 2025
**Commit Message**

Previously, all Go-installed tools are always installed because of the
trailing spaces. This fixes Makefile.tools.mk so that we can properly
cache the tools.

**Related Issues/PRs (if applicable)**

Fixes envoyproxy#320

---------

Signed-off-by: Loong <long0dai@foxmail.com>
Co-authored-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
daixiang0 added a commit to daixiang0/ai-gateway that referenced this pull request Feb 12, 2025
**Commit Message**

Previously, all Go-installed tools are always installed because of the
trailing spaces. This fixes Makefile.tools.mk so that we can properly
cache the tools.

**Related Issues/PRs (if applicable)**

Fixes envoyproxy#320

---------

Signed-off-by: Loong <long0dai@foxmail.com>
Co-authored-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
daixiang0 added a commit to daixiang0/ai-gateway that referenced this pull request Feb 19, 2025
**Commit Message**

Previously, all Go-installed tools are always installed because of the
trailing spaces. This fixes Makefile.tools.mk so that we can properly
cache the tools.

**Related Issues/PRs (if applicable)**

Fixes envoyproxy#320

---------

Signed-off-by: Loong <long0dai@foxmail.com>
Co-authored-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Loong <long0dai@foxmail.com>
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.

Always download CI tools
2 participants