-
Notifications
You must be signed in to change notification settings - Fork 26
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
79 changed files
with
5,321 additions
and
4,178 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
CT_CONFIG_VERSION="3" | ||
CT_EXPERIMENTAL=y | ||
CT_ALLOW_BUILD_AS_ROOT=y | ||
CT_ALLOW_BUILD_AS_ROOT_SURE=y | ||
# CT_SAVE_TARBALLS is not set | ||
CT_PREFIX_DIR="${CT_PREFIX:-/opt/x-tools}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}" | ||
# CT_LOG_TO_FILE is not set | ||
CT_ARCH_X86=y | ||
CT_ARCH_32=y | ||
CT_KERNEL_LINUX=y | ||
CT_LINUX_V_2_6_32=y | ||
CT_BINUTILS_LINKER_LD_GOLD=y | ||
CT_BINUTILS_GOLD_THREADS=y | ||
CT_BINUTILS_LD_WRAPPER=y | ||
CT_BINUTILS_PLUGINS=y | ||
CT_CC_LANG_CXX=y | ||
CT_LIBC_GLIBC=y | ||
# CT_LOG_PROGRESS_BAR is not set | ||
CT_GLIBC_V_2_17=y | ||
# CT_COMP_TOOLS_AUTOCONF is not set | ||
# CT_COMP_TOOLS_AUTOMAKE is not set | ||
CT_CC_GCC_BUILD_ID=y |
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,22 @@ | ||
CT_CONFIG_VERSION="3" | ||
CT_EXPERIMENTAL=y | ||
CT_ALLOW_BUILD_AS_ROOT=y | ||
CT_ALLOW_BUILD_AS_ROOT_SURE=y | ||
# CT_SAVE_TARBALLS is not set | ||
CT_PREFIX_DIR="${CT_PREFIX:-/opt/x-tools}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}" | ||
# CT_LOG_TO_FILE is not set | ||
CT_ARCH_X86=y | ||
CT_ARCH_64=y | ||
CT_KERNEL_LINUX=y | ||
CT_LINUX_V_2_6_32=y | ||
CT_BINUTILS_LINKER_LD_GOLD=y | ||
CT_BINUTILS_GOLD_THREADS=y | ||
CT_BINUTILS_LD_WRAPPER=y | ||
CT_BINUTILS_PLUGINS=y | ||
CT_CC_LANG_CXX=y | ||
CT_LIBC_GLIBC=y | ||
# CT_LOG_PROGRESS_BAR is not set | ||
CT_GLIBC_V_2_17=y | ||
# CT_COMP_TOOLS_AUTOCONF is not set | ||
# CT_COMP_TOOLS_AUTOMAKE is not set | ||
CT_CC_GCC_BUILD_ID=y |
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,6 @@ | ||
#!/bin/sh | ||
while true; do | ||
mv servers/$1.log servers/$1.log.old | ||
ASAN_OPTIONS=log_path=./ASAN:print_stacktrace=1:check_initialization_order=1:detect_leaks=1:halt_on_errors=0 ni -15 2 ./DDNet-Server-asan -f servers/$1.cfg | ||
sleep 1 | ||
done |
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,6 @@ | ||
#!/bin/sh | ||
while true; do | ||
mv servers/$1.log servers/$1.log.old | ||
UBSAN_OPTIONS=log_path=./UBSAN:print_stacktrace=1 ni -15 2 ./DDNet-Server-ubsan -f servers/$1.cfg | ||
sleep 1 | ||
done |
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
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 |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
'CHL': '🇨🇱', | ||
'BRA': '🇧🇷', | ||
'MEX': '🇲🇽', | ||
'PER': '🇵🇪', | ||
'USA': '🇺🇸', | ||
'CAN': '🇨🇦', | ||
'ZAF': '🇿🇦', | ||
|
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
Oops, something went wrong.