You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having scheduler and client at 192.168.1.103, build server at 192.168.1.101, I'm getting NotConnected from sccache --dist-status.
scheduler.conf
public_addr = "192.168.1.103:10600"
[client_auth]
type = "token"
secret_key = "mysecretkey"
server.conf on 192.168.1.101
cache_dir = "/tmp/toolchains"
public_addr = "192.168.1.101:10501"
scheduler_url = "https://192.168.1.103:10600"
[builder]
type = "overlay"
# The directory under which a sandboxed filesystem will be created for builds.
build_dir = "/tmp/build"
# The path to the bubblewrap version 0.3.0+ `bwrap` binary.
bwrap_path = "/usr/bin/bwrap"
[scheduler_auth]
type = "jwt_token"
token = "mytoken"
Having scheduler and client at 192.168.1.103, build server at 192.168.1.101, I'm getting
NotConnected
fromsccache --dist-status
.scheduler.conf
server.conf on 192.168.1.101
~/.config/sccache/config
The text was updated successfully, but these errors were encountered: