-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
521 changed files
with
28,786 additions
and
16,909 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -95,6 +95,9 @@ CockroachDB supports the PostgreSQL wire protocol, so you can use any available | |
|
||
We're an open source project and welcome contributions. See our [Contributing Guide](https://www.cockroachlabs.com/docs/stable/contribute-to-cockroachdb.html) for more details. | ||
|
||
Engineering discussion takes place on our public mailing list, | ||
[[email protected]](https://groups.google.com/forum/#!forum/cockroach-db). | ||
|
||
|
||
## Design | ||
|
||
|
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,9 @@ | ||
status = [ | ||
"GitHub CI (Cockroach)" | ||
] | ||
pr_status = [ | ||
"license/cla" | ||
] | ||
block_labels = [ | ||
"do-not-merge" | ||
] |
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
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 @@ | ||
CT_OBSOLETE=y | ||
CT_EXPERIMENTAL=y | ||
CT_ALLOW_BUILD_AS_ROOT=y | ||
CT_ALLOW_BUILD_AS_ROOT_SURE=y | ||
CT_LOCAL_TARBALLS_DIR="/src" | ||
CT_PREFIX_DIR="${CT_PREFIX:-/x-tools}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}" | ||
CT_ARCH="arm" | ||
CT_ARCH_arm=y | ||
CT_ARCH_SUPPORTS_BOTH_MMU=y | ||
CT_ARCH_DEFAULT_HAS_MMU=y | ||
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y | ||
CT_ARCH_DEFAULT_LE=y | ||
CT_ARCH_LE=y | ||
CT_ARCH_ENDIAN="little" | ||
CT_ARCH_64=y | ||
CT_KERNEL_linux=y | ||
# Linux 3.7 was the first to support arm64. | ||
CT_KERNEL_V_3_7=y | ||
# CT_KERNEL_LINUX_INSTALL_CHECK is not set | ||
CT_BINUTILS_LINKER_LD_GOLD=y | ||
CT_BINUTILS_GOLD_THREADS=y | ||
CT_BINUTILS_LD_WRAPPER=y | ||
CT_BINUTILS_PLUGINS=y | ||
CT_LIBC_GLIBC_V_2_12_2=y | ||
# CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set | ||
# CT_CC_GCC_LIBMPX is not set | ||
CT_CC_LANG_CXX=y | ||
# CT_COMP_TOOLS_automake is not set | ||
# CT_COMP_TOOLS_libtool is not set |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Documentation for CockroachDB can be found at: https://www.cockroachlabs.com/docs/v1.1/ | ||
Documentation for CockroachDB can be found at: https://www.cockroachlabs.com/docs/v2.0/ | ||
To get support for a specific issue, please see: https://www.cockroachlabs.com/docs/stable/support-resources.html |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.