We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.ccache
As an optional argument, disabled by default, monci ci could have a --ccache argument that bind mounts ~/.ccache, read-writable, into the build system
monci ci
--ccache
~/.ccache
The text was updated successfully, but these errors were encountered:
Some complications:
Sorry, something went wrong.
An interesting alternative is to optionally allow systems to configure the location of a .ccache directory that persists between ephemeral builds
No branches or pull requests
As an optional argument, disabled by default,
monci ci
could have a--ccache
argument that bind mounts~/.ccache
, read-writable, into the build systemThe text was updated successfully, but these errors were encountered: