Commit Graph

275 Commits

Author SHA1 Message Date
alexey-milovidov
fe9e110a6a
Merge pull request #6965 from azat-archive/sparsehash-c11
Replace libsparsehash with sparsehash-c11
2019-09-18 12:46:13 +03:00
Azat Khuzhin
780341060f
Replace libsparsehash with sparsehash-c11
- use sparsehash-c11 over libsparsehash
- fix typos in find_sparsehash and users of the vars (s/SPARCE/SPARSE/)
- drop libsparsehash-dev from docker images (but keep for unbunlded build)
- use ::google over GOOGLE_NAMESPACE
2019-09-18 00:08:20 +03:00
alesapin
f682cbc31d Add time logging to build script 2019-09-17 22:26:24 +03:00
alesapin
ed6870729b
Merge pull request #6960 from yandex/add_gdb_index
Add custom dpkg to deb build image
2019-09-17 20:24:21 +03:00
alesapin
fb1b809388 Original repo 2019-09-17 20:07:35 +03:00
alesapin
dccac1993f Add custom dpkg to deb build image 2019-09-17 19:42:18 +03:00
alesapin
110568f980
Merge pull request #6947 from yandex/add_gdb_index
Add gdb index to builds with debug info
2019-09-17 17:59:27 +03:00
alesapin
e9b7bd7ed7 Add gdb to build images 2019-09-17 17:24:45 +03:00
alesapin
f1d86d55e8 Enable gdb-index for gold by default 2019-09-17 13:16:48 +03:00
alesapin
89fbb11c39 Add testname option to stateless and stateful tests 2019-09-16 14:13:22 +03:00
alesapin
a0888cace8 Update pvs-studio image 2019-09-06 22:26:42 +03:00
alesapin
11b428033b Update cmake to 3.15 2019-09-06 22:19:41 +03:00
robot-clickhouse
04d2bb9cfd Auto version update to [19.15.1.1] [54426] 2019-09-06 17:58:33 +03:00
alesapin
2cda8f1563 Add query_masking_rules xml's into debug images 2019-09-05 13:10:01 +03:00
Ivan
cd5c0fc9ac
Fix build issues (#6744)
* libcxxabi uses exception handling library as public
* Don't set -stdlib for internal libc++ - it poisons the checks.
* Enable capnproto in unbundled build back
2019-08-30 20:40:27 +03:00
alesapin
6d6851e747 Add capnp-library do build image 2019-08-29 15:36:41 +03:00
Ivan
b4339f266d
Make a better build scheme (#6500)
* Fix shared build
* Major default libs refactor
* Fix build with gcc_eh
* Link all libraries as a big group.
* Use global interface library as a group
* Build capnproto using our cmake
* Use only internal libunwind
2019-08-28 23:49:37 +03:00
Alexey Milovidov
a6997aa83f Modifications after merging constraints support 2019-08-24 16:00:04 +03:00
alexey-milovidov
308baa182e
Merge branch 'master' into table-constraints 2019-08-21 06:33:08 +03:00
Gleb Novikov
86fecc7501 Merge branch 'master' into table-constraints 2019-08-20 12:17:56 +03:00
alesapin
04f553c628 Fix images with coverage 2019-08-19 15:16:20 +03:00
Nikita Mikhaylov
bbe20b3f9f done 2019-08-13 17:31:46 +03:00
Gleb Novikov
381ea6cb6e Merge branch 'master' into table-constraints 2019-08-11 12:38:34 +03:00
Gleb Novikov
93a635d18a Added clang-8 to docker builder 2019-08-11 12:30:01 +03:00
Gleb Novikov
6733188135 Added gcc-9 to docker/builder container 2019-08-10 08:32:20 +03:00
alesapin
922cbe98c9
Merge pull request #6333 from NanoBjorn/docker-builder-gcc-9
Added gcc-9 to docker/builder container
2019-08-05 12:58:18 +03:00
alesapin
cd0640073e Update PVS-studio image 2019-08-05 12:31:39 +03:00
Gleb Novikov
2f5f72995b Added gcc-9 to docker/builder container 2019-08-05 07:09:09 +00:00
alexey-milovidov
a0599214ef
Merge pull request #6103 from nikitamikhaylov/system_text_log
Allow to write ClickHouse text logs into system table.
2019-08-04 17:51:34 +03:00
alesapin
fc0532a451 Add gcc-9 to build images 2019-07-29 14:04:25 +03:00
Nikita Mikhaylov
14b384f3e5
Merge branch 'master' into system_text_log 2019-07-23 15:51:04 +03:00
Nikita Mikhaylov
61412e7f74 changes after review + update config + resolve build fail 2019-07-23 11:22:38 +03:00
robot-clickhouse
58e03ad7b9 Auto version update to [19.13.1.1] [54425] 2019-07-23 11:20:52 +03:00
filimonov
be718f320a
fix accidental change 2019-07-15 17:01:26 +02:00
Mikhail Filimonov
ff8214c65e Dockerfile adjustment 2019-07-15 16:57:15 +02:00
Nikolai Kochetov
e9f3d4d6b8
Merge pull request #4914 from yandex/processors
Processors
2019-07-11 19:22:02 +03:00
robot-clickhouse
f635d2bd9b Auto version update to [19.12.1.1] [54424] 2019-07-10 22:57:53 +03:00
alesapin
f3e34ec895 Correct llvm-symbolizer path 2019-07-09 22:41:22 +03:00
Alexander Kuzmenkov
f5f6e73c84 Ignore non-instrumented modules in ThreadSanitizer.
libc++ seems not to be instrumented, which is why we get false positives about
data races in normal destruction of weak_ptr.

In passing, remove redundant configuration of llvm-symbolizer. One symlink
to llvm-8 should suffice.
2019-07-09 15:15:52 +03:00
alesapin
82e2266d88
Merge pull request #5896 from yandex/add_coverage_image_for_ci
Add coverage image for CI
2019-07-09 12:27:51 +03:00
alesapin
dcfb332fdf Merge client files 2019-07-08 20:23:10 +03:00
alesapin
36446cfc97 Fix coverage scripts 2019-07-08 18:41:15 +03:00
Nikolai Kochetov
865f403227 Remove tsan-suppressions. 2019-07-08 16:29:26 +03:00
Nikolai Kochetov
209793c981 Merged with master. 2019-07-08 16:00:54 +03:00
Nikolai Kochetov
a4b3338182 Add sorting to tests with union. 2019-07-08 15:49:28 +03:00
Nikolai Kochetov
45b7d479aa Fix arguments in prepareProcessor call. 2019-07-08 15:49:23 +03:00
alesapin
c1a8cce20d Fix stateless with coverage image 2019-07-08 14:21:04 +03:00
alesapin
0eff6f5413 Run cmake to generate some cpp files 2019-07-08 14:09:46 +03:00
alesapin
d44da017c2 remove redundant change 2019-07-08 13:49:59 +03:00
alesapin
53b5d9f0eb Remove accident change 2019-07-08 13:47:04 +03:00