Skip to content

Commit

Permalink
Allow nativelink flake module to upload results (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal authored Sep 27, 2024
1 parent c17cc34 commit 9600839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion modules/nativelink.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"--remote_instance_name=main"
"--remote_header=x-nativelink-project=nativelink-ci"
"--nogenerate_json_trace_profile"
"--remote_upload_local_results=false"
"--experimental_remote_cache_async"
];

Expand Down
4 changes: 1 addition & 3 deletions web/platform/src/content/docs/docs/nativelink-cloud/nix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ artifacts from your CI builds.
Cache sharing between CI and local development environments requires perfect
reproducibility between the two.

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

Containerized environments that are the same for local development and CI might
Expand Down Expand Up @@ -95,7 +95,6 @@ build --remote_header=x-nativelink-api-key=065f02f53f26a12331d5cfd00a778fb243bfb
build --remote_instance_name=main
build --remote_header=x-nativelink-project=nativelink-ci
build --nogenerate_json_trace_profile
build --remote_upload_local_results=false
build --experimental_remote_cache_async
```
Expand All @@ -117,6 +116,5 @@ build:nativelink --remote_cache=grpcs://my-custom-endpoints.com
build:nativelink --remote_header=x-nativelink-api-key=my-custom-readonly-api-key
build:nativelink --remote_header=x-nativelink-project=nativelink-ci
build:nativelink --nogenerate_json_trace_profile
build:nativelink --remote_upload_local_results=false
build:nativelink --experimental_remote_cache_async
```

0 comments on commit 9600839

Please sign in to comment.