-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FAQ section for current bazel/buck2 users
- Loading branch information
1 parent
d9922b3
commit 86a82c2
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,3 +52,4 @@ proto | |
quantiles | ||
Config | ||
Grafana | ||
execution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "Why do I need this if I already have Bazel or Buck2?" | ||
description: "NativeLink Benefits for RBE build system users." | ||
pagefind: true | ||
--- | ||
|
||
NativeLink is a NativeLink a build cache and remote execution server | ||
and provides the ability to connect to your Buck2 or Bazel client | ||
setups through small additions to your `.buckconfig` or `.bazelrc`. | ||
|
||
By integrating remote caching via the **free** hosted cloud, | ||
you could save **+90%** on your compute resources and | ||
improve your build times. | ||
|
||
## Setup Options | ||
|
||
- **[NativeLink Cloud](/nativelink-cloud/bazel/)**: | ||
The hosted solution offers remote caching and execution services. | ||
It's free to use and can drastically improve your build speeds while | ||
reducing your compute costs. | ||
|
||
- **[NativeLink On-Prem](/deployment-examples/on-prem-overview/)**: | ||
This option enables you to deploy NativeLink within your own infrastructure, | ||
providing full control over your data and the flexibility to tailor the setup | ||
to your specific needs. | ||
|
||
If you have any questions on unique compliance requirements | ||
that require an on-prem setup, don't hesitate to reach out on the | ||
[NativeLink Slack channel](https://community.nativelink.com). |