rocksdb/build_tools
dx9 b71c4e613f Alpine Linux Build (#990)
* Musl libc does not provide adaptive mutex. Added feature test for PTHREAD_MUTEX_ADAPTIVE_NP.

* Musl libc does not provide backtrace(3). Added a feature check for backtrace(3).

* Fixed compiler error.

* Musl libc does not implement backtrace(3). Added platform check for libexecinfo.

* Alpine does not appear to support gcc -pg option. By default (gcc has PIE option enabled) it fails with:

gcc: error: -pie and -pg|p|profile are incompatible when linking

When -fno-PIE and -nopie are used it fails with:

/usr/lib/gcc/x86_64-alpine-linux-musl/5.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find gcrt1.o: No such file or directory

Added gcc -pg platform test and output PROFILING_FLAGS accordingly. Replaced pg var in Makefile with PROFILING_FLAGS.

* fix segfault when TEST_IOCTL_FRIENDLY_TMPDIR is undefined and default candidates are not suitable

* use ASSERT_DOUBLE_EQ instead of ASSERT_EQ

* When compiled with ROCKSDB_MALLOC_USABLE_SIZE UniversalCompactionFourPaths and UniversalCompactionSecondPathRatio tests fail due to premature memtable flushes on systems with 16-byte alignment. Arena runs out of block space before GenerateNewFile() completes.

Increased options.write_buffer_size.
2016-04-22 16:49:12 -07:00
..
amalgamate.py New amalgamation target 2015-10-01 08:29:31 +13:00
build_detect_platform Alpine Linux Build (#990) 2016-04-22 16:49:12 -07:00
dependencies_4.8.1.sh Update internal jemalloc and other versions 2016-03-25 10:42:20 -07:00
dependencies.sh Update internal jemalloc and other versions 2016-03-25 10:42:20 -07:00
dockerbuild.sh Move dockerbuild.sh to build_tools/ 2015-06-17 14:09:12 -07:00
error_filter.py New legocastle output parsing 2016-04-18 13:01:10 -07:00
fb_compile_mongo.sh set -e in fb_compile_mongo.sh 2015-06-29 11:43:25 -07:00
fbcode_config4.8.1.sh Update fbcode_config4.8.1.sh to use update_dependencies.sh 2016-01-26 12:13:27 -08:00
fbcode_config.sh Include rest of dependencies in dependencies.sh 2016-01-25 14:35:04 -08:00
format-diff.sh Check formatting in Travis 2015-09-17 22:02:05 -07:00
make_new_version.sh Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
make_package.sh Package generation for Ubuntu and CentOS 2014-09-29 16:09:46 -07:00
precommit_checker.py Add support for UBsan builds to RocksDB 2016-03-30 15:59:24 -07:00
regression_build_test.sh Enhance db_bench write rate limit 2016-01-04 12:01:27 -08:00
rocksdb-lego-determinator New legocastle output parsing 2016-04-18 13:01:10 -07:00
run_ci_db_test.ps1 Add support for db_test2 for dev and CI runs 2016-03-23 16:33:57 -07:00
update_dependencies.sh Update dependencies / Fix Clang 2016-03-07 12:57:19 -08:00
version.sh Cross-platform fix version.sh 2014-10-04 11:17:06 +02:00