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
It will be enabled by default.
see #2361
disable cache
$ xmake f --ccache=n $ xmake
$ cat ~/.xmake/service/server.conf { remote_cache = { listen = "0.0.0.0:9692", workdir = "/Users/ruki/.xmake/service/server/remote_cache" }, tokens = { "caefa7cf0a036e2364fa349dc39b4127" } }
$ cat ~/.xmake/service/client.conf { remote_cache = { connect = "127.0.0.1:9692", token = "caefa7cf0a036e2364fa349dc39b4127" } }
$ xmake service -vD <remote_cache_server>: listening 0.0.0.0:9692 ..
$ xmake service --connect --cache <remote_cache_client>: connect 127.0.0.1:9692 .. <remote_cache_client>: connected!
$ xmake
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Local cache
It will be enabled by default.
see #2361
disable cache
Remote cache
Add configuration
Start remote server
Connect remote cache server
Build project with local/remote cache
$ xmake
The text was updated successfully, but these errors were encountered: