GitXplorerGitXplorer
D

sccache-example

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
5cd5d3343bb2891cccb30ce29b7cd4148167c057

Sample using sccache with externalNativeBuild.

DDanAlbert committed 2 years ago

README

The README file for this repository.

NDK sccache example

This sample shows how to use sccache with externalNativeBuild. It works, but isn't really complete. Still TODO to make it actually useful:

  • [ ] Use a GCS bucket to cache results between workflow runs
  • [ ] Build a docker image or something for the builder so installing sccache from cargo isn't the dominant build step.