File tree 2 files changed +1
-4
lines changed
web/platform/src/content/docs/docs/nativelink-cloud
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 20
20
"--remote_instance_name=main"
21
21
"--remote_header=x-nativelink-project=nativelink-ci"
22
22
"--nogenerate_json_trace_profile"
23
- "--remote_upload_local_results=false"
24
23
"--experimental_remote_cache_async"
25
24
] ;
26
25
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ artifacts from your CI builds.
12
12
Cache sharing between CI and local development environments requires perfect
13
13
reproducibility between the two.
14
14
15
- Consider using [ Local Remote Execution] ( . /explanations/lre) to create
15
+ Consider using [ Local Remote Execution] ( /docs /explanations/lre) to create
16
16
environments that are reproducible across distributions.
17
17
18
18
Containerized environments that are the same for local development and CI might
@@ -95,7 +95,6 @@ build --remote_header=x-nativelink-api-key=065f02f53f26a12331d5cfd00a778fb243bfb
95
95
build --remote_instance_name=main
96
96
build --remote_header=x-nativelink-project=nativelink-ci
97
97
build --nogenerate_json_trace_profile
98
- build --remote_upload_local_results=false
99
98
build --experimental_remote_cache_async
100
99
```
101
100
@@ -117,6 +116,5 @@ build:nativelink --remote_cache=grpcs://my-custom-endpoints.com
117
116
build:nativelink --remote_header=x-nativelink-api-key=my-custom-readonly-api-key
118
117
build:nativelink --remote_header=x-nativelink-project=nativelink-ci
119
118
build:nativelink --nogenerate_json_trace_profile
120
- build:nativelink --remote_upload_local_results=false
121
119
build:nativelink --experimental_remote_cache_async
122
120
```
You can’t perform that action at this time.
0 commit comments