Skip to content

Commit

Permalink
Allow nativelink flake module to upload results
Browse files Browse the repository at this point in the history
After verifying that the LRE workflows behave as intended it's safe to
enable this by default.
  • Loading branch information
aaronmondal committed Sep 27, 2024
1 parent c17cc34 commit 40226c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 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
2 changes: 0 additions & 2 deletions web/platform/src/content/docs/docs/nativelink-cloud/nix.mdx
Original file line number Diff line number Diff line change
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 40226c3

Please sign in to comment.