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

using ccache in docker nightly build #4089

Closed
HarrisChu opened this issue Mar 28, 2022 · 1 comment
Closed

using ccache in docker nightly build #4089

HarrisChu opened this issue Mar 28, 2022 · 1 comment
Assignees
Labels
type/feature req Type: feature request

Comments

@HarrisChu
Copy link
Contributor

we use qemu to build across platform binaries, it's benefit for us.
but using qemu is slow, and we compile the whole source code every time.

I think we can use another docker file for nightly.

  1. download ccache.tgz from OSS. e.g. arm64-ccache.tgz.
  2. build
  3. upload arm64-ccache.tgz to OSS.

need a internal OSS and testing.

@HarrisChu HarrisChu added type/bug Type: something is unexpected type/feature req Type: feature request labels Mar 28, 2022
@HarrisChu HarrisChu removed the type/bug Type: something is unexpected label Mar 28, 2022
@HarrisChu
Copy link
Contributor Author

closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants