File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7373 A storage helper is usually started automatically by ccache when needed.
7474 However, it is possible to start the helper explicitly, for instance when
7575 developing or debugging a storage helper, or in custom deployment scenarios
76- where the helper program is managed externally. Example:
76+ where the helper service is managed externally. Example:
7777</ p >
7878
7979< pre >
80- export CRSH_IPC_ENDPOINT=/tmp/ccache-example.sock # On Linux/POSIX
81- export CRSH_IPC_ENDPOINT=ccache-example-pipe # On Windows
80+ export CRSH_IPC_ENDPOINT=/tmp/ccache-example.sock # On Linux/POSIX
81+ export CRSH_IPC_ENDPOINT=ccache-example-pipe # On Windows
8282export CRSH_URL=http://example.com/cache
8383ccache-storage-http
8484</ pre >
@@ -90,8 +90,8 @@ ccache-storage-http
9090</ p >
9191
9292< pre >
93- export CCACHE_REMOTE_STORAGE=crsh:/tmp/ccache-example.sock # On Linux/POSIX
94- export CCACHE_REMOTE_STORAGE=crsh:ccache-example-pipe # On Windows
93+ export CCACHE_REMOTE_STORAGE=crsh:/tmp/ccache-example.sock # On Linux/POSIX
94+ export CCACHE_REMOTE_STORAGE=crsh:ccache-example-pipe # On Windows
9595</ pre >
9696
9797@empy.include("footer.empy")
Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ <h2>Starting a helper explicitly</h2>
129129A storage helper is usually started automatically by ccache when needed.
130130However, it is possible to start the helper explicitly, for instance when
131131developing or debugging a storage helper, or in custom deployment scenarios
132- where the helper program is managed externally. Example:
132+ where the helper service is managed externally. Example:
133133</ p >
134134< pre >
135- export CRSH_IPC_ENDPOINT=/tmp/ccache-example.sock # On Linux/POSIX
136- export CRSH_IPC_ENDPOINT=ccache-example-pipe # On Windows
135+ export CRSH_IPC_ENDPOINT=/tmp/ccache-example.sock # On Linux/POSIX
136+ export CRSH_IPC_ENDPOINT=ccache-example-pipe # On Windows
137137export CRSH_URL=http://example.com/cache
138138ccache-storage-http
139139</ pre >
@@ -143,8 +143,8 @@ <h2>Starting a helper explicitly</h2>
143143backend</ a > :
144144</ p >
145145< pre >
146- export CCACHE_REMOTE_STORAGE=crsh:/tmp/ccache-example.sock # On Linux/POSIX
147- export CCACHE_REMOTE_STORAGE=crsh:ccache-example-pipe # On Windows
146+ export CCACHE_REMOTE_STORAGE=crsh:/tmp/ccache-example.sock # On Linux/POSIX
147+ export CCACHE_REMOTE_STORAGE=crsh:ccache-example-pipe # On Windows
148148</ pre >
149149</ main >
150150</ div > <!-- layout -->
You can’t perform that action at this time.
0 commit comments