Skip to content

Commit 9600839

Browse files
authored
Allow nativelink flake module to upload results (TraceMachina#1369)
1 parent c17cc34 commit 9600839

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

modules/nativelink.nix

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"--remote_instance_name=main"
2121
"--remote_header=x-nativelink-project=nativelink-ci"
2222
"--nogenerate_json_trace_profile"
23-
"--remote_upload_local_results=false"
2423
"--experimental_remote_cache_async"
2524
];
2625

web/platform/src/content/docs/docs/nativelink-cloud/nix.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ artifacts from your CI builds.
1212
Cache sharing between CI and local development environments requires perfect
1313
reproducibility between the two.
1414

15-
Consider using [Local Remote Execution](./explanations/lre) to create
15+
Consider using [Local Remote Execution](/docs/explanations/lre) to create
1616
environments that are reproducible across distributions.
1717

1818
Containerized environments that are the same for local development and CI might
@@ -95,7 +95,6 @@ build --remote_header=x-nativelink-api-key=065f02f53f26a12331d5cfd00a778fb243bfb
9595
build --remote_instance_name=main
9696
build --remote_header=x-nativelink-project=nativelink-ci
9797
build --nogenerate_json_trace_profile
98-
build --remote_upload_local_results=false
9998
build --experimental_remote_cache_async
10099
```
101100
@@ -117,6 +116,5 @@ build:nativelink --remote_cache=grpcs://my-custom-endpoints.com
117116
build:nativelink --remote_header=x-nativelink-api-key=my-custom-readonly-api-key
118117
build:nativelink --remote_header=x-nativelink-project=nativelink-ci
119118
build:nativelink --nogenerate_json_trace_profile
120-
build:nativelink --remote_upload_local_results=false
121119
build:nativelink --experimental_remote_cache_async
122120
```

0 commit comments

Comments
 (0)