Browse Source

doc: use cachesrv.ydb.tech instead of IP for ccache remote storage

doc: use cachesrv.ydb.tech instead of IP for ccache remote storage

Pull Request resolved: #298
Nikita Kozlovskiy 1 year ago
parent
commit
1b6c51c2d8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      BUILD.md

+ 2 - 2
BUILD.md

@@ -108,7 +108,7 @@ With enabled Ccache, you can finish the compilation of all targets on supported
 
 2. Configure `Ccache` to use remote storage using environment variables
     ```bash
-    export CCACHE_REMOTE_STORAGE="http://158.160.20.102:8080|read-only|layout=bazel"
+    export CCACHE_REMOTE_STORAGE="http://cachesrv.ydb.tech:8080|read-only|layout=bazel"
     export CCACHE_SLOPPINESS=locale
     export CCACHE_BASEDIR=~/ydbwork/
    
@@ -117,7 +117,7 @@ With enabled Ccache, you can finish the compilation of all targets on supported
     <summary>or using Ccache config file</summary>
 
     ```bash
-    ccache -o remote_storage="http://158.160.20.102:8080|read-only|layout=bazel"
+    ccache -o remote_storage="http://cachesrv.ydb.tech:8080|read-only|layout=bazel"
     ccache -o sloppiness=locale 
     ccache -o base_dir=~/ydbwork/