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: use docker buildkit to cache go build cache #1778

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

lingsamuel
Copy link
Member

Type of change:

  • Chore

What this PR does / why we need it:

Cache go build cache to speedup builds in development env.

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #1778 (50b05ca) into master (bacb8f8) will decrease coverage by 0.01%.
The diff coverage is 21.05%.

❗ Current head 50b05ca differs from pull request most recent head 9202e6c. Consider uploading reports for the commit 9202e6c to get more accurate results

@@            Coverage Diff             @@
##           master    #1778      +/-   ##
==========================================
- Coverage   39.71%   39.71%   -0.01%     
==========================================
  Files          92       91       -1     
  Lines        8067     7989      -78     
==========================================
- Hits         3204     3173      -31     
+ Misses       4458     4410      -48     
- Partials      405      406       +1     
Impacted Files Coverage Δ
pkg/api/server.go 50.00% <0.00%> (-32.72%) ⬇️
pkg/api/validation/apisix_plugin_config.go 0.00% <0.00%> (ø)
pkg/api/validation/apisix_route.go 0.00% <0.00%> (-24.60%) ⬇️
pkg/api/validation/validator.go 0.00% <0.00%> (ø)
cmd/ingress/ingress.go 83.33% <100.00%> (+0.14%) ⬆️
pkg/api/router/webhook.go 100.00% <100.00%> (ø)
pkg/api/validation/utils.go 48.97% <100.00%> (+16.54%) ⬆️
pkg/apisix/schema.go 62.26% <100.00%> (ø)
pkg/config/config.go 64.64% <100.00%> (+0.36%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lingsamuel lingsamuel requested review from AlinsRan and tao12345666333 and removed request for AlinsRan April 11, 2023 04:33
@tao12345666333 tao12345666333 merged commit 2f9a4c8 into apache:master Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants